mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-07-03 07:31:16 +00:00
Pickups
This commit is contained in:
parent
b7d241bf11
commit
323c420aad
21 changed files with 299 additions and 19 deletions
|
|
@ -10,10 +10,10 @@ ItemDescription = "Restores Health when used"
|
|||
ItemKey = "PowerPickup"
|
||||
Item = 4
|
||||
Amount = 1
|
||||
Max = 10
|
||||
Max = 100
|
||||
PickupIfMaxed = false
|
||||
ConsumeOnUse = true
|
||||
UiType = 2
|
||||
Selectable = true
|
||||
Selectable = false
|
||||
InventorySprite = ExtResource("1_cang8")
|
||||
DropScenePath = &"res://Scenes/Items/Power_Pickup.tscn"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue