Fixed multiplayer crash bug and properly reset player color on return to menu
This commit is contained in:
parent
10066090b1
commit
62eef907d3
4 changed files with 9 additions and 12 deletions
|
|
@ -23,6 +23,7 @@ var disconnect_reason: String = ""
|
|||
|
||||
func reset() -> void:
|
||||
is_hot_seat = false
|
||||
is_player_black = false
|
||||
disconnect_reason = ""
|
||||
bees_placed = {}
|
||||
peer_id = 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue