mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-21 01:43:48 +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_rxsju")
|
||||
ItemName = &"Points"
|
||||
ShortName = null
|
||||
ItemDescription = &"Necessari for upgrades"
|
||||
ItemKey = &"POINTS"
|
||||
Item = 11
|
||||
|
|
@ -15,6 +16,7 @@ PickupIfMaxed = false
|
|||
ConsumeOnUse = true
|
||||
UiType = 0
|
||||
Selectable = false
|
||||
AutoPickup = true
|
||||
InventorySprite = ExtResource("1_nsfmo")
|
||||
DropScenePath = &"res://Scenes/Items/Points_Pickup.tscn"
|
||||
metadata/_custom_type_script = "uid://epnwjptvks3t"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue