Changed UI sprites to use sprite in resource

This commit is contained in:
MaddoScientisto 2025-02-16 17:36:33 +01:00
commit f2482e4e38
10 changed files with 47 additions and 13 deletions

View file

@ -15,7 +15,7 @@ public partial class LootItem : Resource
[Export] public bool ConsumeOnUse;
[Export] public UiItemType UiType;
[Export] public AtlasTexture InventorySprite;
[Export] public Texture2D InventorySprite;
[Export] public SpriteFrames WorldSprite;
[Export] public PackedScene HudItemScene;