mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-06-25 21:34:43 -04:00
Ask for Confirmation when Pixelorama is about to quit and the Sprite is unsaved (#165)
This commit is contained in:
parent
48981e16b2
commit
3ea3bd7b40
4 changed files with 22 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue