Swarm/UI/InputInfo.gd
2024-03-30 01:52:04 +01:00

5 lines
111 B
GDScript

extends Control
func _input(event):
if Input.is_action_just_pressed("toggle_controls"):
visible = !visible