mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-19 01:33:48 +00:00
Inventory Menu
This commit is contained in:
parent
2d6bcc5f00
commit
0c0174e0ab
14 changed files with 126 additions and 3 deletions
|
|
@ -5,7 +5,8 @@
|
|||
|
||||
[resource]
|
||||
script = ExtResource("1_vw5ht")
|
||||
ItemName = "Power Pickup"
|
||||
ItemName = "Power"
|
||||
ItemDescription = "Restores Health when used"
|
||||
ItemKey = "PowerPickup"
|
||||
Item = 4
|
||||
Amount = 1
|
||||
|
|
@ -13,4 +14,5 @@ Max = 10
|
|||
PickupIfMaxed = false
|
||||
ConsumeOnUse = true
|
||||
UiType = 2
|
||||
Selectable = true
|
||||
InventorySprite = ExtResource("1_cang8")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue