Inventory Menu

This commit is contained in:
Marco 2025-02-25 18:11:57 +01:00
commit 0c0174e0ab
14 changed files with 126 additions and 3 deletions

View file

@ -8,6 +8,7 @@
[resource]
script = ExtResource("3_cjfxs")
ItemName = "Ice Shotgun"
ItemDescription = "A shotgun transformed by Cirno's magic, requires ammunition to shoot"
ItemKey = "IceShotgun"
Item = 9
WeaponData = ExtResource("2_3le6e")
@ -16,5 +17,6 @@ Max = 1
PickupIfMaxed = false
ConsumeOnUse = false
UiType = 1
Selectable = true
InventorySprite = ExtResource("2_4ibag")
HudItemScene = ExtResource("1_13ven")