This commit is contained in:
RochesterX
2025-03-10 16:23:24 -04:00
parent a92b0dd1ab
commit 153104636d
5 changed files with 34 additions and 26 deletions

View File

@@ -72,6 +72,7 @@ public class HubManager : MonoBehaviour
GameManager.players.Clear();
GameManager.playerColors.Clear();
GameManager.Instance.gameOver = false;
SceneManager.LoadScene("Title Screen");
}