This commit is contained in:
RochesterX
2025-03-03 18:23:54 -05:00
parent fb38fa557b
commit f1f220884b
14 changed files with 2378 additions and 1 deletions

View File

@@ -14,6 +14,7 @@ public class GameManager : MonoBehaviour
public void StartGame()
{
print("Starting game with mode: " + gameMode + " and map: " + map);
if (gameMode == GameMode.freeForAll)
{
currentLives = maxLives;