mirror of
https://github.com/JohnBreaux/Boat-Battle.git
synced 2024-11-15 05:25:57 +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.
|
# Called when the node enters the scene tree for the first time.
|
||||||
func _ready():
|
func _ready():
|
||||||
$VBoxContainer/Singleplayer.grab_focus()
|
#$VBoxContainer/Singleplayer.grab_focus()
|
||||||
|
pass
|
||||||
|
|
||||||
func _on_Singleplayer_pressed():
|
func _on_Singleplayer_pressed():
|
||||||
MessageBus.emit_signal("change_scene", "Singleplayer")
|
MessageBus.emit_signal("change_scene", "Singleplayer")
|
||||||
|
Loading…
Reference in New Issue
Block a user