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}