mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-12-02 10:35:40 +00:00
5 lines
75 B
GDScript3
5 lines
75 B
GDScript3
|
extends Control
|
||
|
|
||
|
func _ready():
|
||
|
$VBoxContainerButtons/Button.grab_focus()
|