mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-11 10:55:55 +00:00
Changed UI sprites to use sprite in resource
This commit is contained in:
parent
9717ca8a55
commit
f2482e4e38
10 changed files with 47 additions and 13 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue