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:
parent
c290cfd0f6
commit
754ad2986b
@ -159,7 +159,7 @@ func _on_player_ready():
|
|||||||
func victory_screen(ships, winner = true):
|
func victory_screen(ships, winner = true):
|
||||||
if winner:
|
if winner:
|
||||||
# Hide the buttons
|
# Hide the buttons
|
||||||
get_node("Bittons").hide()
|
get_node("Buttons").hide()
|
||||||
# Create a new Victory screen
|
# Create a new Victory screen
|
||||||
var victory = Victory.instance()
|
var victory = Victory.instance()
|
||||||
# Give it the ships received from the opponent
|
# Give it the ships received from the opponent
|
||||||
|
Loading…
Reference in New Issue
Block a user