bom/client/ui/settings/Settings.gd
2024-02-05 23:42:04 +01:00

5 lines
104 B
GDScript

extends Control
func _unhandled_input(event):
if event.is_action_pressed("menu"):
visible = !visible