mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-07-02 09:21:17 +00:00
Auto Pickup
This commit is contained in:
parent
e56b896365
commit
488d02ef81
24 changed files with 148 additions and 19 deletions
|
|
@ -34,6 +34,7 @@ metadata/_custom_type_script = "uid://b6fmrnipv88bk"
|
|||
[resource]
|
||||
script = ExtResource("1_lus3u")
|
||||
ItemName = &"SnowBall Bomb"
|
||||
ShortName = null
|
||||
ItemDescription = &"A snowball packed of explosive, explodes on contact"
|
||||
ItemKey = &"SPIDER_BOMB"
|
||||
Item = 5
|
||||
|
|
@ -45,6 +46,7 @@ PickupIfMaxed = false
|
|||
ConsumeOnUse = false
|
||||
UiType = 0
|
||||
Selectable = true
|
||||
AutoPickup = true
|
||||
InventorySprite = SubResource("AtlasTexture_gpot4")
|
||||
DropScenePath = &"res://Scenes/Items/SpiderBomb_Pickup.tscn"
|
||||
metadata/_custom_type_script = "uid://epnwjptvks3t"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue