mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 14:05:39 +00:00
13 lines
252 B
GDScript
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
|
|
|
|
|