1
0
mirror of https://github.com/JohnBreaux/Boat-Battle.git synced 2025-02-04 12:28:35 +00:00

Ship Battle: Draw the rest of the freaking owl

This commit is contained in:
2021-11-24 12:17:07 -06:00
parent 3f4b42821b
commit af9b18243e
14 changed files with 304 additions and 211 deletions

View File

@@ -12,7 +12,7 @@ func _ready():
func _on_Singleplayer_pressed():
AudioBus.emit_signal("button_clicked")
MessageBus.emit_signal("change_scene", "Singleplayer")
MessageBus.emit_signal("change_scene", "Gameplay")
queue_free()
func _on_Multiplayer_pressed():