mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-22 18:33:48 +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, 16)
|
|||
[resource]
|
||||
script = ExtResource("1_k8cnp")
|
||||
ItemName = &"Blue Keycard"
|
||||
ShortName = null
|
||||
ItemDescription = &"Activates Blue KeyPads"
|
||||
ItemKey = &"BLUE_KEY"
|
||||
Item = 1
|
||||
|
|
@ -19,5 +20,6 @@ PickupIfMaxed = false
|
|||
ConsumeOnUse = false
|
||||
UiType = 1
|
||||
Selectable = false
|
||||
AutoPickup = false
|
||||
InventorySprite = SubResource("AtlasTexture_ebbst")
|
||||
DropScenePath = &"res://Scenes/Items/Blue_Keycard.tscn"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue