mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 10:05:34 +00:00
Tabbed inventory
This commit is contained in:
parent
c81a92679b
commit
6d7282f5cb
214 changed files with 9329 additions and 186 deletions
|
|
@ -5,9 +5,9 @@
|
|||
|
||||
[resource]
|
||||
script = ExtResource("1_hyh2l")
|
||||
ItemName = "Extend"
|
||||
ItemDescription = "Gives back 20 Health on use"
|
||||
ItemKey = "Heart"
|
||||
ItemName = &"Health"
|
||||
ItemDescription = &"Gives back 25% of Max Health on use"
|
||||
ItemKey = &"HEALTH"
|
||||
Item = 4
|
||||
Amount = 1
|
||||
Max = 10
|
||||
|
|
@ -16,4 +16,5 @@ ConsumeOnUse = true
|
|||
UiType = 0
|
||||
Selectable = true
|
||||
InventorySprite = ExtResource("1_xg75n")
|
||||
DropScenePath = &"res://Scenes/Items/Heart_Pickup.tscn"
|
||||
metadata/_custom_type_script = "uid://epnwjptvks3t"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue