5 lines
104 B
GDScript3
Raw Normal View History

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