Tabbed inventory

This commit is contained in:
Marco 2025-03-13 13:29:13 +01:00
commit 6d7282f5cb
214 changed files with 9329 additions and 186 deletions

View file

@ -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"