control_hints.gd 122 B

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