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

@@ -4,7 +4,8 @@
"references": [
"GUID:8bce7b1d1a7647841855dfbbfa883cd6",
"GUID:4307f53044263cf4b835bd812fc161a4",
"GUID:b0214a6008ed146ff8f122a6a9c2f6cc"
"GUID:b0214a6008ed146ff8f122a6a9c2f6cc",
"GUID:6055be8ebefd69e48b49212b09b47b2f"
],
"includePlatforms": [],
"excludePlatforms": [],

View File

@@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 519b6dff3c0f4154b911953421501a5d
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,13 @@
using TMPro;
using UnityEngine;
namespace Darkmatter.Domain
{
public class LeaderboardData : MonoBehaviour
{
public TextMeshProUGUI posNumber;
public TextMeshProUGUI playerName;
public TextMeshProUGUI playerScore;
}
}

View File

@@ -0,0 +1,2 @@
fileFormatVersion: 2
guid: a6ab63c7177ea94478032cb825071368