mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-02-20 12:33:14 +00:00
Have "untitled" be the default project name on save & export
This commit is contained in:
parent
ebf19c7bfe
commit
70ba60cbaa
3 changed files with 4 additions and 2 deletions
|
@ -31,7 +31,7 @@ var new_dir_for_each_frame_tag : bool = true # you don't need to store this afte
|
|||
|
||||
# Export directory path and export file name
|
||||
var directory_path := ""
|
||||
var file_name := ""
|
||||
var file_name := "untitled"
|
||||
var file_format : int = FileFormat.PNG
|
||||
enum FileFormat { PNG = 0, GIF = 1}
|
||||
|
||||
|
|
|
@ -319,6 +319,7 @@ margin_left = 34.0
|
|||
margin_right = 376.0
|
||||
margin_bottom = 24.0
|
||||
size_flags_horizontal = 3
|
||||
text = "untitled"
|
||||
align = 2
|
||||
|
||||
[node name="FileFormat" type="OptionButton" parent="VBoxContainer/File"]
|
||||
|
|
|
@ -13,4 +13,5 @@ resizable = true
|
|||
access = 2
|
||||
filters = PoolStringArray( "*.pxo ; Pixelorama Project" )
|
||||
current_dir = "/Users"
|
||||
current_path = "/Users/"
|
||||
current_file = "untitled"
|
||||
current_path = "/Users/untitled"
|
||||
|
|
Loading…
Add table
Reference in a new issue