Added quit button

This commit is contained in:
2024-02-17 13:23:07 +01:00
parent 93b0ce64cf
commit 9149b0e626
4 changed files with 134 additions and 106 deletions

View File

@ -3,7 +3,7 @@ extends LineEdit
func _ready():
modulate.a = 0.0
func _unhandled_input(event):
func _unhandled_key_input(event):
if Global.interacting_with_ui:
return