leaderboard added

This commit is contained in:
Mausham
2025-12-17 13:52:10 -08:00
parent f8fabdcfff
commit ff062d4c3d
26 changed files with 2607 additions and 124 deletions

View File

@@ -10,6 +10,7 @@ namespace Darkmatter.Presentation
[SerializeField] private GameObject deathScreen;
public Button restartBtn;
public Button exitBtn;
public Button leaderBoardBtn;
public TextMeshProUGUI score;
public TextMeshProUGUI highScore;