5 lines
116 B
GDScript3
Raw Normal View History

2024-02-05 22:42:04 +00:00
extends Control
2024-02-27 22:21:44 +00:00
func _unhandled_input(event: InputEvent):
2024-02-05 22:42:04 +00:00
if event.is_action_pressed("menu"):
visible = !visible