mirror of
https://github.com/JohnBreaux/Boat-Battle.git
synced 2025-02-04 12:28:35 +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:
parent
76ced10447
commit
363b32c6cc
@ -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")
|
||||
|
Loading…
x
Reference in New Issue
Block a user