2025-05-13 19:22:01 +08:00

146 lines
3.8 KiB
Plaintext

[gd_scene load_steps=21 format=4]
[ext_resource type="Texture2D" path="res://Sprites/Particles/explosion.png" id="1"]
[ext_resource type="AudioStream" path="res://Audio/Sounds/snd_badexplosion.wav" id="2"]
[sub_resource type="AtlasTexture" id="AtlasTexture_44wwh"]
atlas = ExtResource("1")
region = Rect2(1, 15, 71, 100)
[sub_resource type="AtlasTexture" id="AtlasTexture_qp5wr"]
atlas = ExtResource("1")
region = Rect2(73, 15, 71, 100)
[sub_resource type="AtlasTexture" id="AtlasTexture_wraft"]
atlas = ExtResource("1")
region = Rect2(145, 15, 71, 100)
[sub_resource type="AtlasTexture" id="AtlasTexture_bfvkg"]
atlas = ExtResource("1")
region = Rect2(217, 15, 71, 100)
[sub_resource type="AtlasTexture" id="AtlasTexture_qbjnq"]
atlas = ExtResource("1")
region = Rect2(289, 15, 71, 100)
[sub_resource type="AtlasTexture" id="AtlasTexture_a3lum"]
atlas = ExtResource("1")
region = Rect2(361, 15, 71, 100)
[sub_resource type="AtlasTexture" id="AtlasTexture_bfjtd"]
atlas = ExtResource("1")
region = Rect2(1, 116, 71, 100)
[sub_resource type="AtlasTexture" id="AtlasTexture_d4i3p"]
atlas = ExtResource("1")
region = Rect2(73, 116, 71, 100)
[sub_resource type="AtlasTexture" id="AtlasTexture_fef3t"]
atlas = ExtResource("1")
region = Rect2(145, 116, 71, 100)
[sub_resource type="AtlasTexture" id="AtlasTexture_4swxl"]
atlas = ExtResource("1")
region = Rect2(217, 116, 71, 100)
[sub_resource type="AtlasTexture" id="AtlasTexture_qb5lg"]
atlas = ExtResource("1")
region = Rect2(289, 116, 71, 100)
[sub_resource type="AtlasTexture" id="AtlasTexture_gwaq8"]
atlas = ExtResource("1")
region = Rect2(361, 116, 71, 100)
[sub_resource type="AtlasTexture" id="AtlasTexture_6w6b5"]
atlas = ExtResource("1")
region = Rect2(1, 217, 71, 100)
[sub_resource type="AtlasTexture" id="AtlasTexture_mvlla"]
atlas = ExtResource("1")
region = Rect2(73, 217, 71, 100)
[sub_resource type="AtlasTexture" id="AtlasTexture_4lln3"]
atlas = ExtResource("1")
region = Rect2(145, 217, 71, 100)
[sub_resource type="AtlasTexture" id="AtlasTexture_4io3l"]
atlas = ExtResource("1")
region = Rect2(217, 217, 71, 100)
[sub_resource type="AtlasTexture" id="AtlasTexture_pmi8w"]
atlas = ExtResource("1")
region = Rect2(289, 217, 71, 100)
[sub_resource type="SpriteFrames" id="SpriteFrames_gonxp"]
animations = [{
"frames": [{
"duration": 1.0,
"texture": SubResource("AtlasTexture_44wwh")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_qp5wr")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_wraft")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_bfvkg")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_qbjnq")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_a3lum")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_bfjtd")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_d4i3p")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_fef3t")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_4swxl")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_qb5lg")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_gwaq8")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_6w6b5")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_mvlla")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_4lln3")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_4io3l")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_pmi8w")
}],
"loop": false,
"name": &"default",
"speed": 16.0
}]
[node name="BadExplosion" type="AnimatedSprite2D"]
sprite_frames = SubResource("SpriteFrames_gonxp")
autoplay = "default"
frame = 16
frame_progress = 1.0
[node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="."]
stream = ExtResource("2")
volume_db = -5.0
autoplay = true
bus = &"Sound"
[connection signal="finished" from="AudioStreamPlayer" to="." method="queue_free"]