mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-07-02 14:21:16 +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("3_i0e51")
|
||||
ItemName = "Cheat Gun"
|
||||
ItemDescription = "Cheat gun that deals massive damage"
|
||||
ItemKey = "CheatGun"
|
||||
Item = 9
|
||||
WeaponData = ExtResource("2_0na1t")
|
||||
|
|
@ -16,5 +17,6 @@ Max = 1
|
|||
PickupIfMaxed = true
|
||||
ConsumeOnUse = false
|
||||
UiType = 1
|
||||
Selectable = true
|
||||
InventorySprite = ExtResource("2_5g5j1")
|
||||
HudItemScene = ExtResource("1_i6xgq")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue