1
0
mirror of https://github.com/JohnBreaux/Boat-Battle.git synced 2024-11-14 21:15:58 +00:00

Minor fix

title screen buttons didn't work when launched on main but did work when launched on title screen
- fixed it
This commit is contained in:
tommy-l-ngo 2021-10-20 11:28:21 -05:00
parent 76ced10447
commit 363b32c6cc

View File

@ -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")