mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-06-26 13:34:42 -04:00
Made OpenSprite and SaveSprite separate scenes
This commit is contained in:
parent
8e6516a4d4
commit
30e7b34dc9
3 changed files with 39 additions and 32 deletions
12
src/UI/Dialogs/OpenSprite.tscn
Normal file
12
src/UI/Dialogs/OpenSprite.tscn
Normal 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/"
|
16
src/UI/Dialogs/SaveSprite.tscn
Normal file
16
src/UI/Dialogs/SaveSprite.tscn
Normal 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/"
|
Loading…
Add table
Add a link
Reference in a new issue