mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-17 17:53: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("2_hy2hk")
|
||||
ItemName = "Icicle Gun"
|
||||
ItemDescription = "Cirno's basic gun, never runs out of ammo"
|
||||
ItemKey = "IcicleGun"
|
||||
ItemName = &"Icicle Gun"
|
||||
ItemDescription = &"Cirno\'s custom gun, shoots ice pellets and never runs out of ammo"
|
||||
ItemKey = &"ICICLE_GUN"
|
||||
Item = 9
|
||||
WeaponData = ExtResource("1_itajb")
|
||||
Amount = 1
|
||||
|
|
@ -20,3 +20,4 @@ UiType = 1
|
|||
Selectable = true
|
||||
InventorySprite = ExtResource("2_eaoas")
|
||||
HudItemScene = ExtResource("1_lfbsh")
|
||||
DropScenePath = "res://Scenes/Items/IcicleGun.tscn"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue