This commit is contained in:
YiHan0621
2025-10-11 14:30:38 +08:00
parent 6c98d9a449
commit 2e4a318ca3
158 changed files with 7344 additions and 2213 deletions

View File

@@ -72,7 +72,7 @@ namespace TcgEngine.UI
if (udata != null)
{
credits_txt.text = GameUI.FormatNumber(udata.coins);
crystalText.text = GameUI.FormatNumber(udata.crystal);
crystalText.text = GameUI.FormatNumber(udata.crystals);
}
bool matchmaking = GameClientMatchmaker.Get().IsMatchmaking();