1
0
Fork 0
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:
OverloadedOrama 2020-07-15 20:27:14 +03:00
parent ebf19c7bfe
commit 70ba60cbaa
3 changed files with 4 additions and 2 deletions

View file

@ -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}

View file

@ -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"]

View 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"