mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 22:15:39 +00:00
5 lines
197 B
GDScript
Executable file
5 lines
197 B
GDScript
Executable file
extends Control
|
|
|
|
func _ready():
|
|
$MarginContainer/TabContainer/System/ScrollContainer/VBoxContainer/game_control_container/GridContainer/resume.grab_focus() #Required to enable controller focusing
|