65 lines
1.7 KiB
Plaintext
65 lines
1.7 KiB
Plaintext
[gd_scene load_steps=9 format=3]
|
|
|
|
[ext_resource type="Texture2D" path="res://Sprites/Bullets/bellexplode.png" id="1"]
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_5e3ou"]
|
|
atlas = ExtResource("1")
|
|
region = Rect2(0, 0, 106, 80)
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_ouskg"]
|
|
atlas = ExtResource("1")
|
|
region = Rect2(107, 0, 106, 80)
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_5aarx"]
|
|
atlas = ExtResource("1")
|
|
region = Rect2(214, 0, 106, 80)
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_0wflw"]
|
|
atlas = ExtResource("1")
|
|
region = Rect2(321, 0, 106, 80)
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_4grig"]
|
|
atlas = ExtResource("1")
|
|
region = Rect2(428, 0, 106, 80)
|
|
|
|
[sub_resource type="SpriteFrames" id="SpriteFrames_bed45"]
|
|
animations = [{
|
|
"frames": [{
|
|
"duration": 1.0,
|
|
"texture": SubResource("AtlasTexture_5e3ou")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": SubResource("AtlasTexture_ouskg")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": SubResource("AtlasTexture_5aarx")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": SubResource("AtlasTexture_0wflw")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": SubResource("AtlasTexture_4grig")
|
|
}],
|
|
"loop": false,
|
|
"name": &"default",
|
|
"speed": 10.0
|
|
}]
|
|
|
|
[sub_resource type="CircleShape2D" id="CircleShape2D_t23rc"]
|
|
radius = 17.11720085144043
|
|
|
|
[node name="BellExplode" type="AnimatedSprite2D"]
|
|
rotation = 1.5707999467849731
|
|
sprite_frames = SubResource("SpriteFrames_bed45")
|
|
autoplay = "default"
|
|
offset = Vector2(-5, -4)
|
|
|
|
[node name="Area2D" type="Area2D" parent="."]
|
|
collision_layer = 4
|
|
collision_mask = 4
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="Area2D"]
|
|
shape = SubResource("CircleShape2D_t23rc")
|
|
|
|
[connection signal="animation_finished" from="." to="." method="queue_free"]
|