5 lines
116 B
GDScript3
Raw Normal View History

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