diff --git a/scenes/main.gd b/scenes/main.gd index f146253..5234596 100644 --- a/scenes/main.gd +++ b/scenes/main.gd @@ -8,6 +8,7 @@ onready var scene_instance = $MarginContainer/HBoxContainer/MarginContainer/scen func _ready(): _translation() + $MarginContainer/HBoxContainer/UI_summary/PanelWood/VBoxContainer/CenterContainer/TextureRect.grab_focus() _apply_scene("Title") ## PRIVATE