mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-26 07:55:37 +00:00
477c2a120c
On branch godot-data-demo Changes to be committed: modified: tools/configurator/Rekku.gd modified: tools/configurator/TabContainer.gd modified: tools/configurator/components/bios_check/bios_popup_content.tscn modified: tools/configurator/components/popup.gd modified: tools/configurator/main.gd modified: tools/configurator/main.tscn modified: tools/configurator/project.godot modified: tools/configurator/res/pixel_ui_theme/RetroDECKTheme.tres
9 lines
179 B
GDScript
9 lines
179 B
GDScript
extends Control
|
|
|
|
func _input(event):
|
|
if event.is_action_pressed("rekku_hide"):
|
|
self.visible = !self.visible
|
|
|
|
if Input.is_action_pressed("back_button"):
|
|
$".".visible=false
|