mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-07-04 07:51: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_x45it")
|
||||
ItemName = &"Nuclear Ammo"
|
||||
ShortName = null
|
||||
ItemDescription = &"Ammo for Nuclear weapons"
|
||||
ItemKey = &"NUCLEAR_AMMO"
|
||||
Item = 3
|
||||
|
|
@ -15,5 +16,6 @@ PickupIfMaxed = false
|
|||
ConsumeOnUse = true
|
||||
UiType = 2
|
||||
Selectable = false
|
||||
AutoPickup = true
|
||||
InventorySprite = ExtResource("1_6ly0q")
|
||||
DropScenePath = &"res://Scenes/Items/Nuclear_Gun_Pickup.tscn"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue