Ask for Confirmation when Pixelorama is about to quit and the Sprite is unsaved (#165)

This commit is contained in:
Schweini07 2020-02-22 16:02:56 +01:00 committed by GitHub
parent 48981e16b2
commit 3ea3bd7b40
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 22 additions and 4 deletions

View file

@ -9,6 +9,7 @@ var config_cache := ConfigFile.new()
var loaded_locales : Array
var undo_redo : UndoRedo
var undos := 0 #The number of times we added undo properties
var saved := false #Checks if the user has saved
# Canvas related stuff
var current_frame := 0 setget frame_changed