mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-27 00:05:37 +00:00
5 lines
75 B
GDScript3
5 lines
75 B
GDScript3
|
extends Control
|
||
|
|
||
|
func _ready():
|
||
|
$VBoxContainerButtons/Button.grab_focus()
|