control_hints.gd 123 B

12345
  1. extends Control
  2. func _process(_delta):
  3. if Input.is_action_just_pressed(&"toggle_control_hints"):
  4. visible = not visible