mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-07-03 10:21:16 +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_swcup")
|
||||
ItemName = &"Credits"
|
||||
ShortName = null
|
||||
ItemDescription = &"Can be used to buy things"
|
||||
ItemKey = &"CREDITS"
|
||||
Item = 12
|
||||
|
|
@ -15,6 +16,7 @@ PickupIfMaxed = false
|
|||
ConsumeOnUse = true
|
||||
UiType = 0
|
||||
Selectable = true
|
||||
AutoPickup = true
|
||||
InventorySprite = ExtResource("1_woor7")
|
||||
DropScenePath = &"res://Scenes/Items/Credits_Pickup.tscn"
|
||||
metadata/_custom_type_script = "uid://epnwjptvks3t"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue