RetroDECK/tools/configurator/Rekku.gd
2023-12-21 12:27:03 +02:00

6 lines
111 B
GDScript

extends Control
func _input(event):
if event.is_action_pressed("rekku_hide"):
self.visible = !self.visible