mirror of
https://github.com/JohnBreaux/Boat-Battle.git
synced 2024-11-14 21:15:58 +00:00
Game: Hide the 'Buttons'
This commit is contained in:
parent
c290cfd0f6
commit
754ad2986b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user