mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-17 20:53:48 +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("2_fg25e")
|
||||
ItemName = "Green Points"
|
||||
ItemDescription = "Use them for upgrades"
|
||||
ItemKey = "GreenPoints"
|
||||
ItemName = &"Green Points"
|
||||
ItemDescription = &"Used for upgrades"
|
||||
ItemKey = &"GREEN_POINTS"
|
||||
Item = 11
|
||||
Amount = 1
|
||||
Max = 100
|
||||
|
|
@ -16,5 +16,5 @@ ConsumeOnUse = true
|
|||
UiType = 0
|
||||
Selectable = false
|
||||
InventorySprite = ExtResource("1_b4fj2")
|
||||
DropScenePath = null
|
||||
DropScenePath = &"res://Scenes/Items/Green_Points_Pickup.tscn"
|
||||
metadata/_custom_type_script = "uid://epnwjptvks3t"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue