New custom icon system (not fully done yet)

This commit is contained in:
2026-01-24 16:06:03 -07:00
parent ca4d78d711
commit 42b67e9e06
23 changed files with 647 additions and 532 deletions

View File

@@ -11,6 +11,7 @@ public class BazookaManager : MonoBehaviour
{
["version"] = "0"
};
public List<MarketplaceIcon> iconCache = new();
void Awake()
{