mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-26 15:55:38 +00:00
5 lines
115 B
GDScript
Executable file
5 lines
115 B
GDScript
Executable file
extends Control
|
|
|
|
func _ready():
|
|
$VBoxContainerButtons/Button.grab_focus() #Required to enable controller focusing
|