diff --git a/godot_ship/script/title screen/Title Screen.gd b/godot_ship/script/title screen/Title Screen.gd index 5391fb8..be52568 100644 --- a/godot_ship/script/title screen/Title Screen.gd +++ b/godot_ship/script/title screen/Title Screen.gd @@ -6,7 +6,8 @@ extends Control # Called when the node enters the scene tree for the first time. func _ready(): - $VBoxContainer/Singleplayer.grab_focus() + #$VBoxContainer/Singleplayer.grab_focus() + pass func _on_Singleplayer_pressed(): MessageBus.emit_signal("change_scene", "Singleplayer")