mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-18 18:13:47 +00:00
Tabbed inventory
This commit is contained in:
parent
c81a92679b
commit
6d7282f5cb
214 changed files with 9329 additions and 186 deletions
|
|
@ -5,10 +5,10 @@
|
|||
|
||||
[resource]
|
||||
script = ExtResource("2_swcup")
|
||||
ItemName = "Credits"
|
||||
ItemDescription = "Spend it on stuff"
|
||||
ItemKey = "Credits"
|
||||
Item = 4
|
||||
ItemName = &"Credits"
|
||||
ItemDescription = &"Can be used to buy things"
|
||||
ItemKey = &"CREDITS"
|
||||
Item = 12
|
||||
Amount = 1
|
||||
Max = 10
|
||||
PickupIfMaxed = false
|
||||
|
|
@ -16,5 +16,5 @@ ConsumeOnUse = true
|
|||
UiType = 0
|
||||
Selectable = true
|
||||
InventorySprite = ExtResource("1_woor7")
|
||||
DropScenePath = null
|
||||
DropScenePath = &"res://Scenes/Items/Credits_Pickup.tscn"
|
||||
metadata/_custom_type_script = "uid://epnwjptvks3t"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue