2025-05-01 10:04:15 +02:00
|
|
|
[gd_scene load_steps=8 format=3 uid="uid://mtn26qwp4yqy"]
|
2025-04-24 16:40:51 +02:00
|
|
|
|
|
|
|
|
[ext_resource type="PackedScene" uid="uid://dxs3ks2ucaxl4" path="res://Scenes/Items/Red_Keycard.tscn" id="1_0bwjc"]
|
2025-05-01 10:04:15 +02:00
|
|
|
[ext_resource type="Script" uid="uid://epnwjptvks3t" path="res://Scripts/Resources/LootItem.cs" id="2_0bwjc"]
|
2025-04-24 16:40:51 +02:00
|
|
|
[ext_resource type="Resource" uid="uid://oa8s6xydriib" path="res://Resources/Items/Generic_Keycard.tres" id="3_0bwjc"]
|
|
|
|
|
[ext_resource type="Texture2D" uid="uid://bvybqletsvqgk" path="res://Sprites/Items/BlueKeycard_Small.png" id="4_7ohj7"]
|
|
|
|
|
|
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_kprwo"]
|
|
|
|
|
atlas = ExtResource("4_7ohj7")
|
|
|
|
|
region = Rect2(0, 0, 16, 16)
|
|
|
|
|
|
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_kems3"]
|
|
|
|
|
atlas = ExtResource("4_7ohj7")
|
|
|
|
|
region = Rect2(16, 0, 16, 16)
|
|
|
|
|
|
|
|
|
|
[sub_resource type="SpriteFrames" id="SpriteFrames_gbw5v"]
|
|
|
|
|
animations = [{
|
|
|
|
|
"frames": [{
|
|
|
|
|
"duration": 1.0,
|
|
|
|
|
"texture": SubResource("AtlasTexture_kprwo")
|
|
|
|
|
}, {
|
|
|
|
|
"duration": 1.0,
|
|
|
|
|
"texture": SubResource("AtlasTexture_kems3")
|
|
|
|
|
}],
|
|
|
|
|
"loop": true,
|
|
|
|
|
"name": &"default",
|
|
|
|
|
"speed": 5.0
|
|
|
|
|
}]
|
|
|
|
|
|
|
|
|
|
[node name="GrayKeycard" instance=ExtResource("1_0bwjc")]
|
2025-05-01 10:04:15 +02:00
|
|
|
LootTable = Array[ExtResource("2_0bwjc")]([ExtResource("3_0bwjc")])
|
2025-04-24 16:40:51 +02:00
|
|
|
|
|
|
|
|
[node name="AnimatedSprite2D" parent="." index="1"]
|
|
|
|
|
sprite_frames = SubResource("SpriteFrames_gbw5v")
|
|
|
|
|
frame = 0
|
|
|
|
|
frame_progress = 0.0
|