58 lines
1.8 KiB
Plaintext
58 lines
1.8 KiB
Plaintext
[gd_scene format=3 uid="uid://chwkodefhiokk"]
|
|
|
|
[ext_resource type="Script" uid="uid://cqpqdrqsyvhy8" path="res://scripts/fire_swirl.gd" id="1_aisr6"]
|
|
[ext_resource type="Texture2D" uid="uid://bfajrlukma2jh" path="res://assets/Free Effect Bullet Impact Explosion 32x32 V1/Red Effect Bullet Impact Explosion 32x32.png" id="2_ei2s2"]
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_aisr6"]
|
|
atlas = ExtResource("2_ei2s2")
|
|
region = Rect2(352, 64, 32, 32)
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_ei2s2"]
|
|
atlas = ExtResource("2_ei2s2")
|
|
region = Rect2(384, 64, 32, 32)
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_kcq6k"]
|
|
atlas = ExtResource("2_ei2s2")
|
|
region = Rect2(416, 64, 32, 32)
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_i8qo8"]
|
|
atlas = ExtResource("2_ei2s2")
|
|
region = Rect2(448, 64, 32, 32)
|
|
|
|
[sub_resource type="SpriteFrames" id="SpriteFrames_rhlq0"]
|
|
animations = [{
|
|
"frames": [{
|
|
"duration": 1.0,
|
|
"texture": SubResource("AtlasTexture_aisr6")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": SubResource("AtlasTexture_ei2s2")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": SubResource("AtlasTexture_kcq6k")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": SubResource("AtlasTexture_i8qo8")
|
|
}],
|
|
"loop": true,
|
|
"name": &"default",
|
|
"speed": 10.0
|
|
}]
|
|
|
|
[sub_resource type="CircleShape2D" id="CircleShape2D_chw8e"]
|
|
radius = 13.0
|
|
|
|
[node name="FireSwirl" type="Area2D" unique_id=1663800654]
|
|
script = ExtResource("1_aisr6")
|
|
metadata/_custom_type_script = "uid://bc8v4tndw5t1l"
|
|
|
|
[node name="AnimatedSprite2D" type="AnimatedSprite2D" parent="." unique_id=820748596]
|
|
texture_filter = 1
|
|
sprite_frames = SubResource("SpriteFrames_rhlq0")
|
|
autoplay = "default"
|
|
frame_progress = 0.81040704
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="." unique_id=422398155]
|
|
visible = false
|
|
shape = SubResource("CircleShape2D_chw8e")
|