RetroDECK/tools/configurator/Rekku.gd
Rekku 87bf75f6e4 Sliding Rekku
On branch cooker
 Changes to be committed:
	modified:   tools/configurator/Rekku.gd
	modified:   tools/configurator/main.gd
	modified:   tools/configurator/main.tscn
2024-08-22 16:44:14 +01:00

13 lines
252 B
GDScript

extends Control
func _input(event):
if event.is_action_pressed("rekku_hide"):
self.visible = !self.visible
%SplitContainer.split_offset=-300
if Input.is_action_pressed("back_button"):
%SplitContainer.split_offset=0
$".".visible=false