2025-05-03 20:39:06 +08:00

128 lines
3.1 KiB
Plaintext

[gd_scene load_steps=15 format=4]
[ext_resource type="Texture2D" path="res://Sprites/Bullets/diamondbarrier.png" id="1"]
[sub_resource type="AtlasTexture" id="AtlasTexture_n34l6"]
atlas = ExtResource("1")
region = Rect2(0, 0, 24, 25)
[sub_resource type="AtlasTexture" id="AtlasTexture_wb6g2"]
atlas = ExtResource("1")
region = Rect2(24, 0, 24, 25)
[sub_resource type="AtlasTexture" id="AtlasTexture_8y0dq"]
atlas = ExtResource("1")
region = Rect2(48, 0, 24, 25)
[sub_resource type="AtlasTexture" id="AtlasTexture_uc2ta"]
atlas = ExtResource("1")
region = Rect2(72, 0, 24, 25)
[sub_resource type="AtlasTexture" id="AtlasTexture_q2tom"]
atlas = ExtResource("1")
region = Rect2(96, 0, 24, 25)
[sub_resource type="AtlasTexture" id="AtlasTexture_gb1sq"]
atlas = ExtResource("1")
region = Rect2(120, 0, 24, 25)
[sub_resource type="AtlasTexture" id="AtlasTexture_q5ssb"]
atlas = ExtResource("1")
region = Rect2(144, 0, 24, 25)
[sub_resource type="AtlasTexture" id="AtlasTexture_6efph"]
atlas = ExtResource("1")
region = Rect2(168, 0, 24, 25)
[sub_resource type="AtlasTexture" id="AtlasTexture_qbcwc"]
atlas = ExtResource("1")
region = Rect2(192, 0, 24, 25)
[sub_resource type="AtlasTexture" id="AtlasTexture_8onfe"]
atlas = ExtResource("1")
region = Rect2(216, 0, 24, 25)
[sub_resource type="SpriteFrames" id="SpriteFrames_rwhhw"]
animations = [{
"frames": [{
"duration": 1.0,
"texture": SubResource("AtlasTexture_n34l6")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_wb6g2")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_8y0dq")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_uc2ta")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_q2tom")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_gb1sq")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_q5ssb")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_6efph")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_qbcwc")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_8onfe")
}],
"loop": false,
"name": &"default",
"speed": 16.0
}]
[sub_resource type="Animation" id="Animation_m5atk"]
resource_name = "new_animation"
length = 1.5
tracks/0/type = "value"
tracks/0/imported = false
tracks/0/enabled = true
tracks/0/path = NodePath(".:self_modulate")
tracks/0/interp = 1
tracks/0/loop_wrap = true
tracks/0/keys = {
"times": PackedFloat32Array(1, 1.5),
"transitions": PackedFloat32Array(1, 1),
"update": 0,
"values": [Color(1, 1, 1, 1), Color(1, 1, 1, 0)]
}
tracks/1/type = "method"
tracks/1/imported = false
tracks/1/enabled = true
tracks/1/path = NodePath(".")
tracks/1/interp = 1
tracks/1/loop_wrap = true
tracks/1/keys = {
"times": PackedFloat32Array(1.5),
"transitions": PackedFloat32Array(1),
"values": [{
"args": [],
"method": &"queue_free"
}]
}
[sub_resource type="AnimationLibrary" id="AnimationLibrary_do2k1"]
_data = {
&"new_animation": SubResource("Animation_m5atk")
}
[node name="DiamondBarrier" type="AnimatedSprite2D"]
sprite_frames = SubResource("SpriteFrames_rwhhw")
autoplay = "default"
frame = 9
frame_progress = 1.0
[node name="AnimationPlayer" type="AnimationPlayer" parent="."]
libraries = {
&"": SubResource("AnimationLibrary_do2k1")
}