started thing

This commit is contained in:
sapient_cogbag 2020-04-10 22:47:06 +01:00
parent aff8b6a654
commit 89c125a4a9
No known key found for this signature in database
GPG key ID: 9DA0A435732D7C4A
2 changed files with 28 additions and 0 deletions

View file

@ -7,6 +7,7 @@ enum Brush_Types {PIXEL, CIRCLE, FILLED_CIRCLE, FILE, RANDOM_FILE, CUSTOM}
var root_directory := "."
var window_title := "" setget title_changed # Why doesn't Godot have get_window_title()?
var config_cache := ConfigFile.new()
# warning-ignore:unused_class_variable
var loaded_locales : Array
var undo_redo : UndoRedo