mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-20 23:53:47 +00:00
Auto Pickup
This commit is contained in:
parent
e56b896365
commit
488d02ef81
24 changed files with 148 additions and 19 deletions
|
|
@ -13,6 +13,7 @@ metadata/_custom_type_script = "uid://bxgjw8wis5l0t"
|
|||
[resource]
|
||||
script = ExtResource("2_xsuq5")
|
||||
ItemName = &"Shield Charge"
|
||||
ShortName = null
|
||||
ItemDescription = &"Recharges the shield by 25%"
|
||||
ItemKey = &"SHIELD"
|
||||
Item = 8
|
||||
|
|
@ -23,6 +24,7 @@ PickupIfMaxed = false
|
|||
ConsumeOnUse = true
|
||||
UiType = 0
|
||||
Selectable = true
|
||||
AutoPickup = true
|
||||
InventorySprite = ExtResource("1_0hq6q")
|
||||
DropScenePath = &"res://Scenes/Items/Shield_Pickup.tscn"
|
||||
metadata/_custom_type_script = "uid://epnwjptvks3t"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue