mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-17 22:33:47 +00:00
Locked Doors
This commit is contained in:
parent
e62b539a1e
commit
e25da0fe16
20 changed files with 318 additions and 61 deletions
25
Resources/Items/Generic_Keycard.tres
Normal file
25
Resources/Items/Generic_Keycard.tres
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
[gd_resource type="Resource" script_class="LootItem" load_steps=4 format=3 uid="uid://oa8s6xydriib"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://liwkh6rv1m41" path="res://Sprites/Items/GrayKeycard_Small.png" id="1_2nnia"]
|
||||
[ext_resource type="Script" uid="uid://epnwjptvks3t" path="res://Scripts/Resources/LootItem.cs" id="2_munhl"]
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_munhl"]
|
||||
atlas = ExtResource("1_2nnia")
|
||||
region = Rect2(0, 0, 16, 16)
|
||||
|
||||
[resource]
|
||||
script = ExtResource("2_munhl")
|
||||
ItemName = &"Generic Keycard"
|
||||
ShortName = null
|
||||
ItemDescription = &"Activates Gray KeyPads"
|
||||
ItemKey = &"GRAY_KEY"
|
||||
Item = 1
|
||||
Amount = 1
|
||||
Max = 99
|
||||
PickupIfMaxed = false
|
||||
ConsumeOnUse = true
|
||||
UiType = 1
|
||||
Selectable = false
|
||||
AutoPickup = false
|
||||
InventorySprite = SubResource("AtlasTexture_munhl")
|
||||
DropScenePath = &"res://Scenes/Items/Blue_Keycard.tscn"
|
||||
Loading…
Add table
Add a link
Reference in a new issue