mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-06-25 15:44:42 -04:00
Added quit dialog
Works when quitting from the menu, when quitting by pressing the close ("X") button and on Alt-F4.
This commit is contained in:
parent
f63d0105d3
commit
c35a8a6854
3 changed files with 24 additions and 4 deletions
|
@ -1,6 +1,5 @@
|
|||
extends Label
|
||||
|
||||
|
||||
# Called when the node enters the scene tree for the first time.
|
||||
func _ready() -> void:
|
||||
var tween := $Tween
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue