SupaLidlGame/Entities/TorchLamp.tscn

139 lines
3.9 KiB
Plaintext
Raw Permalink Normal View History

[gd_scene load_steps=18 format=3 uid="uid://ceadk7pam7vab"]
2023-07-19 01:25:02 -07:00
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"]
[ext_resource type="Texture2D" uid="uid://c1garalf1clsp" path="res://Assets/Sprites/Misc/flame-large.png" id="2_a6lwn"]
[ext_resource type="Texture2D" uid="uid://ca0htndnsb38k" path="res://Assets/Sprites/Misc/torch-lamp-base.png" id="2_bq1kw"]
[ext_resource type="Texture2D" uid="uid://i5ksh8i0q48o" path="res://Assets/Sprites/Misc/torch-lamp-base-back.png" id="3_vh465"]
2023-07-19 01:25:02 -07:00
[sub_resource type="AtlasTexture" id="AtlasTexture_dtmd3"]
atlas = ExtResource("2_a6lwn")
region = Rect2(0, 0, 12, 14)
2023-07-19 01:25:02 -07:00
[sub_resource type="AtlasTexture" id="AtlasTexture_irtpk"]
atlas = ExtResource("2_a6lwn")
region = Rect2(12, 0, 12, 14)
2023-07-19 01:25:02 -07:00
[sub_resource type="AtlasTexture" id="AtlasTexture_0gb20"]
atlas = ExtResource("2_a6lwn")
region = Rect2(24, 0, 12, 14)
2023-07-19 01:25:02 -07:00
[sub_resource type="AtlasTexture" id="AtlasTexture_5uhdg"]
atlas = ExtResource("2_a6lwn")
region = Rect2(36, 0, 12, 14)
2023-07-19 01:25:02 -07:00
[sub_resource type="AtlasTexture" id="AtlasTexture_e4moo"]
atlas = ExtResource("2_a6lwn")
region = Rect2(48, 0, 12, 14)
2023-07-19 01:25:02 -07:00
[sub_resource type="AtlasTexture" id="AtlasTexture_soja6"]
atlas = ExtResource("2_a6lwn")
region = Rect2(60, 0, 12, 14)
2023-07-19 01:25:02 -07:00
[sub_resource type="AtlasTexture" id="AtlasTexture_sn741"]
atlas = ExtResource("2_a6lwn")
region = Rect2(72, 0, 12, 14)
2023-07-19 01:25:02 -07:00
[sub_resource type="AtlasTexture" id="AtlasTexture_r825r"]
atlas = ExtResource("2_a6lwn")
region = Rect2(84, 0, 12, 14)
2023-07-19 01:25:02 -07:00
[sub_resource type="AtlasTexture" id="AtlasTexture_75y5m"]
atlas = ExtResource("2_a6lwn")
region = Rect2(96, 0, 12, 14)
2023-07-19 01:25:02 -07:00
[sub_resource type="AtlasTexture" id="AtlasTexture_l8r4c"]
atlas = ExtResource("2_a6lwn")
region = Rect2(108, 0, 12, 14)
2023-07-19 01:25:02 -07:00
[sub_resource type="AtlasTexture" id="AtlasTexture_7gxo8"]
atlas = ExtResource("2_a6lwn")
region = Rect2(120, 0, 12, 14)
2023-07-19 01:25:02 -07:00
[sub_resource type="AtlasTexture" id="AtlasTexture_60wov"]
atlas = ExtResource("2_a6lwn")
region = Rect2(132, 0, 12, 14)
2023-07-19 01:25:02 -07:00
[sub_resource type="SpriteFrames" id="SpriteFrames_gf7ku"]
animations = [{
"frames": [{
"duration": 1.0,
"texture": SubResource("AtlasTexture_dtmd3")
2023-07-19 01:25:02 -07:00
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_irtpk")
2023-07-19 01:25:02 -07:00
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_0gb20")
2023-07-19 01:25:02 -07:00
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_5uhdg")
2023-07-19 01:25:02 -07:00
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_e4moo")
2023-07-19 01:25:02 -07:00
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_soja6")
2023-07-19 01:25:02 -07:00
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_sn741")
2023-07-19 01:25:02 -07:00
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_r825r")
2023-07-19 01:25:02 -07:00
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_75y5m")
2023-07-19 01:25:02 -07:00
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_l8r4c")
2023-07-19 01:25:02 -07:00
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_7gxo8")
2023-07-19 01:25:02 -07:00
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_60wov")
2023-07-19 01:25:02 -07:00
}],
"loop": true,
"name": &"default",
"speed": 10.0
}]
[node name="TorchLamp" type="Node2D"]
[node name="Sprite2D2" type="Sprite2D" parent="."]
texture = ExtResource("3_vh465")
centered = false
offset = Vector2(-6, -16)
2023-07-19 01:25:02 -07:00
[node name="AnimatedSprite2D" type="AnimatedSprite2D" parent="."]
modulate = Color(2.5, 2, 2, 1)
2023-07-21 02:54:13 -07:00
y_sort_enabled = true
2023-07-19 01:25:02 -07:00
texture_filter = 1
position = Vector2(0, -6)
2023-07-19 01:25:02 -07:00
sprite_frames = SubResource("SpriteFrames_gf7ku")
autoplay = "default"
frame_progress = 0.557817
2023-07-21 02:54:13 -07:00
offset = Vector2(0, -12)
2023-07-19 01:25:02 -07:00
[node name="Sprite2D" type="Sprite2D" parent="."]
texture = ExtResource("2_bq1kw")
centered = false
offset = Vector2(-6, -16)
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
[node name="PointLight2D2" type="PointLight2D" parent="."]
visible = false
color = Color(1, 0.811765, 0.537255, 1)
energy = 1.2
blend_mode = 2
range_item_cull_mask = 8
shadow_filter_smooth = 3.0
texture = ExtResource("2_0xpf8")
texture_scale = 0.25