mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 10:15:45 +00:00
Keycards and mapping
This commit is contained in:
parent
204d7ca9da
commit
fbe8a52e06
20 changed files with 446 additions and 38 deletions
23
Resources/Items/Yellow_Keycard.tres
Normal file
23
Resources/Items/Yellow_Keycard.tres
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
[gd_resource type="Resource" script_class="LootItem" load_steps=4 format=3 uid="uid://b2vyr1tcm4rc1"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://ckpehix3prcx5" path="res://Sprites/Items/YellowKeycard_Small.png" id="2_42j5t"]
|
||||
[ext_resource type="Script" uid="uid://epnwjptvks3t" path="res://Scripts/Resources/LootItem.cs" id="4_tfyxc"]
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_ew85h"]
|
||||
atlas = ExtResource("2_42j5t")
|
||||
region = Rect2(0, 0, 16.0056, 16)
|
||||
|
||||
[resource]
|
||||
script = ExtResource("4_tfyxc")
|
||||
ItemName = &"Yellow Keycard"
|
||||
ItemDescription = &"Opens Yellow KeyPads"
|
||||
ItemKey = &"YELLOW_KEY"
|
||||
Item = 0
|
||||
Amount = 1
|
||||
Max = 1
|
||||
PickupIfMaxed = false
|
||||
ConsumeOnUse = false
|
||||
UiType = 1
|
||||
Selectable = false
|
||||
InventorySprite = SubResource("AtlasTexture_ew85h")
|
||||
DropScenePath = &"res://Scenes/Items/Yellow_Keycard.tscn"
|
||||
Loading…
Add table
Add a link
Reference in a new issue