mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-17 19:43:47 +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_k8cnp")
|
||||
ItemName = "Blue Keycard"
|
||||
ItemDescription = "Keycard that opens blue coded readers"
|
||||
ItemKey = "KeycardBlue"
|
||||
Item = 1
|
||||
Amount = 1
|
||||
|
|
@ -17,4 +18,5 @@ Max = 1
|
|||
PickupIfMaxed = false
|
||||
ConsumeOnUse = false
|
||||
UiType = 1
|
||||
Selectable = false
|
||||
InventorySprite = SubResource("AtlasTexture_ebbst")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue