mirror of
https://github.com/Relintai/pandemonium_demo_projects.git
synced 2024-12-21 13:56:50 +01:00
6 lines
122 B
GDScript
6 lines
122 B
GDScript
extends Control
|
|
|
|
func _process(_delta):
|
|
if Input.is_action_just_pressed("toggle_control_hints"):
|
|
visible = not visible
|