mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 10:15:45 +00:00
Inventory Menu
This commit is contained in:
parent
2d6bcc5f00
commit
0c0174e0ab
14 changed files with 126 additions and 3 deletions
|
|
@ -8,6 +8,7 @@
|
|||
[resource]
|
||||
script = ExtResource("2_hy2hk")
|
||||
ItemName = "Icicle Gun"
|
||||
ItemDescription = "Cirno's basic gun, never runs out of ammo"
|
||||
ItemKey = "IcicleGun"
|
||||
Item = 9
|
||||
WeaponData = ExtResource("1_itajb")
|
||||
|
|
@ -16,5 +17,6 @@ Max = 1
|
|||
PickupIfMaxed = false
|
||||
ConsumeOnUse = false
|
||||
UiType = 1
|
||||
Selectable = true
|
||||
InventorySprite = ExtResource("2_eaoas")
|
||||
HudItemScene = ExtResource("1_lfbsh")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue