mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-14 01:55:55 +00:00
Tabbed inventory
This commit is contained in:
parent
c81a92679b
commit
6d7282f5cb
214 changed files with 9329 additions and 186 deletions
|
|
@ -9,9 +9,9 @@ region = Rect2(0, 0, 16, 16)
|
|||
|
||||
[resource]
|
||||
script = ExtResource("1_k8cnp")
|
||||
ItemName = "Blue Keycard"
|
||||
ItemDescription = "Keycard that opens blue coded readers"
|
||||
ItemKey = "KeycardBlue"
|
||||
ItemName = &"Blue Keycard"
|
||||
ItemDescription = &"Activates Blue KeyPads"
|
||||
ItemKey = &"BLUE_KEY"
|
||||
Item = 1
|
||||
Amount = 1
|
||||
Max = 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue