Made OpenSprite and SaveSprite separate scenes

This commit is contained in:
OverloadedOrama 2020-05-20 01:44:27 +03:00
parent 8e6516a4d4
commit 30e7b34dc9
3 changed files with 39 additions and 32 deletions

View file

@ -0,0 +1,12 @@
[gd_scene format=2]
[node name="OpenSprite" type="FileDialog"]
margin_right = 515.0
margin_bottom = 348.0
window_title = "Open a File"
resizable = true
mode = 0
access = 2
filters = PoolStringArray( "*.pxo ; Pixelorama Project" )
current_dir = "C:/Users"
current_path = "C:/Users/"

View file

@ -0,0 +1,16 @@
[gd_scene format=2]
[node name="SaveSprite" type="FileDialog"]
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
margin_left = -512.0
margin_top = -300.0
margin_right = 3.0
margin_bottom = 48.0
resizable = true
access = 2
filters = PoolStringArray( "*.pxo ; Pixelorama Project" )
current_dir = "C:/Users"
current_path = "C:/Users/"