mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-21 15:23:47 +00:00
Wall Turret
This commit is contained in:
parent
bcd007fa1e
commit
ec366843c2
19 changed files with 434 additions and 2 deletions
|
|
@ -10,6 +10,7 @@ region = Rect2(0, 0, 16.0056, 16)
|
|||
[resource]
|
||||
script = ExtResource("4_tfyxc")
|
||||
ItemName = &"Yellow Keycard"
|
||||
ShortName = null
|
||||
ItemDescription = &"Opens Yellow KeyPads"
|
||||
ItemKey = &"YELLOW_KEY"
|
||||
Item = 0
|
||||
|
|
@ -19,5 +20,6 @@ PickupIfMaxed = false
|
|||
ConsumeOnUse = false
|
||||
UiType = 1
|
||||
Selectable = false
|
||||
AutoPickup = false
|
||||
InventorySprite = SubResource("AtlasTexture_ew85h")
|
||||
DropScenePath = &"res://Scenes/Items/Yellow_Keycard.tscn"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue