SupaLidlGame/Entities/TorchLamp.tscn

116 lines
3.1 KiB
Plaintext
Raw Permalink Normal View History

2023-07-19 01:25:02 -07:00
[gd_scene load_steps=16 format=3 uid="uid://ceadk7pam7vab"]
[ext_resource type="Texture2D" uid="uid://cyldr0ck3yfrp" path="res://Assets/Sprites/Misc/torch-lamp.png" id="1_dlkl0"]
2023-07-22 20:23:48 -07:00
[ext_resource type="Texture2D" uid="uid://coarr28adgo1u" path="res://Assets/Sprites/Particles/point-light.png" id="2_0xpf8"]
2023-07-19 01:25:02 -07:00
[sub_resource type="AtlasTexture" id="AtlasTexture_ikvnd"]
atlas = ExtResource("1_dlkl0")
region = Rect2(0, 0, 12, 24)
[sub_resource type="AtlasTexture" id="AtlasTexture_b7wal"]
atlas = ExtResource("1_dlkl0")
region = Rect2(12, 0, 12, 24)
[sub_resource type="AtlasTexture" id="AtlasTexture_68y2k"]
atlas = ExtResource("1_dlkl0")
region = Rect2(24, 0, 12, 24)
[sub_resource type="AtlasTexture" id="AtlasTexture_eib4d"]
atlas = ExtResource("1_dlkl0")
region = Rect2(36, 0, 12, 24)
[sub_resource type="AtlasTexture" id="AtlasTexture_7q5cd"]
atlas = ExtResource("1_dlkl0")
region = Rect2(48, 0, 12, 24)
[sub_resource type="AtlasTexture" id="AtlasTexture_k8jtr"]
atlas = ExtResource("1_dlkl0")
region = Rect2(60, 0, 12, 24)
[sub_resource type="AtlasTexture" id="AtlasTexture_egan1"]
atlas = ExtResource("1_dlkl0")
region = Rect2(72, 0, 12, 24)
[sub_resource type="AtlasTexture" id="AtlasTexture_eymjc"]
atlas = ExtResource("1_dlkl0")
region = Rect2(84, 0, 12, 24)
[sub_resource type="AtlasTexture" id="AtlasTexture_go3ky"]
atlas = ExtResource("1_dlkl0")
region = Rect2(96, 0, 12, 24)
[sub_resource type="AtlasTexture" id="AtlasTexture_rvq52"]
atlas = ExtResource("1_dlkl0")
region = Rect2(108, 0, 12, 24)
[sub_resource type="AtlasTexture" id="AtlasTexture_cjdtb"]
atlas = ExtResource("1_dlkl0")
region = Rect2(120, 0, 12, 24)
[sub_resource type="AtlasTexture" id="AtlasTexture_vi5xh"]
atlas = ExtResource("1_dlkl0")
region = Rect2(132, 0, 12, 24)
[sub_resource type="SpriteFrames" id="SpriteFrames_gf7ku"]
animations = [{
"frames": [{
"duration": 1.0,
"texture": SubResource("AtlasTexture_ikvnd")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_b7wal")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_68y2k")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_eib4d")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_7q5cd")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_k8jtr")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_egan1")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_eymjc")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_go3ky")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_rvq52")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_cjdtb")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_vi5xh")
}],
"loop": true,
"name": &"default",
"speed": 10.0
}]
[node name="TorchLamp" type="Node2D"]
[node name="AnimatedSprite2D" type="AnimatedSprite2D" parent="."]
2023-07-21 02:54:13 -07:00
y_sort_enabled = true
2023-07-19 01:25:02 -07:00
texture_filter = 1
sprite_frames = SubResource("SpriteFrames_gf7ku")
autoplay = "default"
frame = 9
frame_progress = 0.966501
2023-07-21 02:54:13 -07:00
offset = Vector2(0, -12)
2023-07-19 01:25:02 -07:00
[node name="PointLight2D" type="PointLight2D" parent="."]
color = Color(1, 0.811765, 0.537255, 1)
2023-07-22 20:23:48 -07:00
energy = 1.2
2023-07-19 01:25:02 -07:00
blend_mode = 2
shadow_filter_smooth = 3.0
2023-07-22 20:23:48 -07:00
texture = ExtResource("2_0xpf8")
texture_scale = 0.25