Loot Drops

This commit is contained in:
Marco 2025-03-04 09:43:05 +01:00
commit b7d241bf11
16 changed files with 129 additions and 6 deletions

View file

@ -19,7 +19,7 @@ public partial class LootItem : Resource
[Export] public Texture2D InventorySprite;
[Export] public SpriteFrames WorldSprite;
[Export] public PackedScene HudItemScene;
[Export(PropertyHint.File)] public StringName DropScenePath { get; private set; } // Has to be a string path to avoid recursion issues
}
public enum UiItemType