Made item sprites able to be easily changed

This commit is contained in:
2026-04-18 13:29:21 +01:00
parent 97a1659359
commit b412c35d28
5 changed files with 46 additions and 16 deletions

View File

@@ -1,4 +1,5 @@
using Fruitomation.Global;
using Fruitomation.Game.Items;
using Fruitomation.Global;
using UnityEngine;
namespace Fruitomation.Game