mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-18 04:23:48 +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 @@ region = Rect2(0, 0, 16, 16)
|
|||
[resource]
|
||||
script = ExtResource("1_t0s5w")
|
||||
ItemName = "Green Keycard"
|
||||
ItemDescription = "Keycard that opens green coded readers"
|
||||
ItemKey = "KeycardGreen"
|
||||
Item = 2
|
||||
Amount = 1
|
||||
|
|
@ -17,4 +18,5 @@ Max = 1
|
|||
PickupIfMaxed = false
|
||||
ConsumeOnUse = false
|
||||
UiType = 1
|
||||
Selectable = false
|
||||
InventorySprite = SubResource("AtlasTexture_iasoh")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue