diff --git a/src/UI/Dialogs/ExportDialog.gd b/src/UI/Dialogs/ExportDialog.gd index 2a646d54f..09a59f625 100644 --- a/src/UI/Dialogs/ExportDialog.gd +++ b/src/UI/Dialogs/ExportDialog.gd @@ -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} diff --git a/src/UI/Dialogs/ExportDialog.tscn b/src/UI/Dialogs/ExportDialog.tscn index a5194f25c..400c56153 100644 --- a/src/UI/Dialogs/ExportDialog.tscn +++ b/src/UI/Dialogs/ExportDialog.tscn @@ -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"] diff --git a/src/UI/Dialogs/SaveSprite.tscn b/src/UI/Dialogs/SaveSprite.tscn index c2b6f8cb0..7e8486ae5 100644 --- a/src/UI/Dialogs/SaveSprite.tscn +++ b/src/UI/Dialogs/SaveSprite.tscn @@ -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"