mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-21 14:33:47 +00:00
Auto Pickup
This commit is contained in:
parent
e56b896365
commit
488d02ef81
24 changed files with 148 additions and 19 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue