mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-20 17:43:48 +00:00
Tabbed inventory
This commit is contained in:
parent
c81a92679b
commit
6d7282f5cb
214 changed files with 9329 additions and 186 deletions
|
|
@ -7,9 +7,9 @@
|
|||
|
||||
[resource]
|
||||
script = ExtResource("3_cjfxs")
|
||||
ItemName = "Ice Shotgun"
|
||||
ItemDescription = "A shotgun transformed by Cirno's magic, requires ammunition to shoot"
|
||||
ItemKey = "IceShotgun"
|
||||
ItemName = &"Ice Shotgun"
|
||||
ItemDescription = &"Shoots ice pellets in a wide spread"
|
||||
ItemKey = &"ICE_SHOTGUN"
|
||||
Item = 9
|
||||
WeaponData = ExtResource("2_3le6e")
|
||||
Amount = 1
|
||||
|
|
@ -20,4 +20,4 @@ UiType = 1
|
|||
Selectable = true
|
||||
InventorySprite = ExtResource("2_4ibag")
|
||||
HudItemScene = ExtResource("1_13ven")
|
||||
DropScenePath = null
|
||||
DropScenePath = &"res://Scenes/Items/Ice_Shotgun_Pickup.tscn"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue