mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-07-02 03:41:15 +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("2_fg25e")
|
||||
ItemName = &"Green Points"
|
||||
ShortName = null
|
||||
ItemDescription = &"Used for upgrades"
|
||||
ItemKey = &"GREEN_POINTS"
|
||||
Item = 11
|
||||
|
|
@ -15,6 +16,7 @@ PickupIfMaxed = false
|
|||
ConsumeOnUse = true
|
||||
UiType = 0
|
||||
Selectable = false
|
||||
AutoPickup = true
|
||||
InventorySprite = ExtResource("1_b4fj2")
|
||||
DropScenePath = &"res://Scenes/Items/Green_Points_Pickup.tscn"
|
||||
metadata/_custom_type_script = "uid://epnwjptvks3t"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue