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("1_vw5ht")
ItemName = &"Power"
ShortName = null
ItemDescription = &"Necessary for upgrades"
ItemKey = &"POWER"
Item = 10
@ -15,5 +16,6 @@ PickupIfMaxed = false
ConsumeOnUse = true
UiType = 2
Selectable = false
AutoPickup = true
InventorySprite = ExtResource("1_cang8")
DropScenePath = &"res://Scenes/Items/Power_Pickup.tscn"