Files
godot-demo-projects/misc/2.5d/assets/ui/control_hints.gd
2025-10-11 05:03:59 -07:00

7 lines
148 B
GDScript

extends Control
func _input(input_event: InputEvent) -> void:
if input_event.is_action_pressed(&"toggle_control_hints"):
visible = not visible