1
0
mirror of https://github.com/JohnBreaux/Boat-Battle.git synced 2024-11-15 05:25:57 +00:00

Game: Hide the 'Buttons'

This commit is contained in:
John 2021-11-25 13:16:41 -06:00
parent c290cfd0f6
commit 754ad2986b

View File

@ -159,7 +159,7 @@ func _on_player_ready():
func victory_screen(ships, winner = true):
if winner:
# Hide the buttons
get_node("Bittons").hide()
get_node("Buttons").hide()
# Create a new Victory screen
var victory = Victory.instance()
# Give it the ships received from the opponent