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:
OverloadedOrama 2019-12-04 19:16:18 +02:00
parent f63d0105d3
commit c35a8a6854
3 changed files with 24 additions and 4 deletions

View file

@ -1,6 +1,5 @@
extends Label
# Called when the node enters the scene tree for the first time.
func _ready() -> void:
var tween := $Tween