Fixes to download script

This commit is contained in:
2025-07-16 21:11:37 -07:00
parent 2c80fbdf2d
commit 2b8e29b101
2 changed files with 9 additions and 0 deletions

View File

@@ -48,6 +48,7 @@ public class IconMarketplaceManager : MonoBehaviour
uploadPanel.SetActive(false);
break;
case 1:
downloadPanelScript.Load();
downloadPanelScript.balanceText.text = "You have " + Tools.FormatWithCommas((BazookaManager.Instance.GetCustomBirdIconData()["totalCoins"] ?? "0").ToString()) + " coins to spend";
normalPanel.SetActive(false);
downloadPanel.SetActive(true);