Auto Pickup

This commit is contained in:
Marco 2025-03-28 15:38:55 +01:00
commit 488d02ef81
24 changed files with 148 additions and 19 deletions

View file

@ -6,6 +6,7 @@
[resource]
script = ExtResource("3_ajs4l")
ItemName = &"Yin-Yang Ammo"
ShortName = null
ItemDescription = &"Ammo for Ying-Yang based weapons"
ItemKey = &"YINYANG_AMMO"
Item = 3
@ -15,5 +16,6 @@ PickupIfMaxed = false
ConsumeOnUse = true
UiType = 2
Selectable = false
AutoPickup = true
InventorySprite = ExtResource("1_jt7l8")
DropScenePath = &"res://Scenes/Items/Yin_Yang_Ammo.tscn"