Fix leaderboard display not showing

This commit is contained in:
RochesterX
2025-03-27 20:57:44 -04:00
parent 75b6e728ff
commit 4c22943273
2 changed files with 815 additions and 1 deletions

View File

@@ -60,7 +60,6 @@ public class GameManager : MonoBehaviour
{
player.transform.position = spawnPosition + (offset * players.IndexOf(player) * Vector2.right);
player.GetComponent<Damageable>().lives = 0;
print("spawnder");
}
}
if (gameMode == GameMode.obstacleCourse)