Fixed multiplayer crash bug and properly reset player color on return to menu

This commit is contained in:
Sch1nken 2024-03-24 17:18:57 +01:00
parent 10066090b1
commit 62eef907d3
4 changed files with 9 additions and 12 deletions

View file

@ -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