mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-07-01 20:31:16 +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("1_hyh2l")
|
||||
ItemName = &"Health"
|
||||
ShortName = null
|
||||
ItemDescription = &"Gives back 25% of Max Health on use"
|
||||
ItemKey = &"HEALTH"
|
||||
Item = 4
|
||||
|
|
@ -23,6 +24,7 @@ PickupIfMaxed = false
|
|||
ConsumeOnUse = true
|
||||
UiType = 0
|
||||
Selectable = true
|
||||
AutoPickup = true
|
||||
InventorySprite = ExtResource("1_xg75n")
|
||||
DropScenePath = &"res://Scenes/Items/Heart_Pickup.tscn"
|
||||
metadata/_custom_type_script = "uid://epnwjptvks3t"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue