This commit is contained in:
2024-02-27 23:21:44 +01:00
parent ba37eca0c9
commit bfec08ff02
38 changed files with 89 additions and 92 deletions

View File

@ -1,5 +1,5 @@
extends Control
func _unhandled_input(event):
func _unhandled_input(event: InputEvent):
if event.is_action_pressed("menu"):
visible = !visible