Wall Turret

This commit is contained in:
MaddoScientisto 2025-03-28 23:07:39 +01:00
commit ec366843c2
19 changed files with 434 additions and 2 deletions

View file

@ -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"