mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-07-01 10:51:17 +00:00
Inventory Menu
This commit is contained in:
parent
2d6bcc5f00
commit
0c0174e0ab
14 changed files with 126 additions and 3 deletions
|
|
@ -10,6 +10,7 @@ atlas = ExtResource("1_bpftr")
|
|||
[resource]
|
||||
script = ExtResource("1_31o2l")
|
||||
ItemName = "Ammo 1"
|
||||
ItemDescription = "Ammunition"
|
||||
ItemKey = "Ammo1"
|
||||
Item = 3
|
||||
Amount = 25
|
||||
|
|
@ -17,5 +18,6 @@ Max = 400
|
|||
PickupIfMaxed = false
|
||||
ConsumeOnUse = true
|
||||
UiType = 2
|
||||
Selectable = false
|
||||
InventorySprite = SubResource("AtlasTexture_3y0hf")
|
||||
HudItemScene = ExtResource("1_qkp4b")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue