Added quit button
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user