mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-18 22:33:48 +00:00
Tabbed inventory
This commit is contained in:
parent
c81a92679b
commit
6d7282f5cb
214 changed files with 9329 additions and 186 deletions
|
|
@ -6,9 +6,9 @@
|
|||
|
||||
[resource]
|
||||
script = ExtResource("4_k6in2")
|
||||
ItemName = "Icicle Repeater"
|
||||
ItemDescription = "Fast shooting weapon"
|
||||
ItemKey = "IcicleRepeater"
|
||||
ItemName = &"Icicle Repeater"
|
||||
ItemDescription = &"Shoots ice pellets at a high rate"
|
||||
ItemKey = &"ICICLE_REPEATER"
|
||||
Item = 9
|
||||
WeaponData = ExtResource("3_5vsuk")
|
||||
Amount = 1
|
||||
|
|
@ -18,4 +18,4 @@ ConsumeOnUse = false
|
|||
UiType = 1
|
||||
Selectable = true
|
||||
InventorySprite = ExtResource("2_3abss")
|
||||
DropScenePath = &"<null>res://Scenes/Items/Icicle_Repeater.tscn"
|
||||
DropScenePath = &"res://Scenes/Items/Icicle_Repeater.tscn"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue