114 lines
3.1 KiB
Plaintext
114 lines
3.1 KiB
Plaintext
[gd_scene format=3 uid="uid://psbfp21diodk"]
|
|
|
|
[ext_resource type="Script" uid="uid://bdtvhcwi5tmpe" path="res://scripts/explosion.gd" id="1_nfeox"]
|
|
[ext_resource type="Texture2D" uid="uid://jqjbmg0okuow" path="res://assets/Retro Pixel Effects Pack 2/03.png" id="2_aw4cw"]
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_3el85"]
|
|
atlas = ExtResource("2_aw4cw")
|
|
region = Rect2(0, 0, 32, 32)
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_hbmxj"]
|
|
atlas = ExtResource("2_aw4cw")
|
|
region = Rect2(32, 0, 32, 32)
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_xfoey"]
|
|
atlas = ExtResource("2_aw4cw")
|
|
region = Rect2(64, 0, 32, 32)
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_v8gpv"]
|
|
atlas = ExtResource("2_aw4cw")
|
|
region = Rect2(96, 0, 32, 32)
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_cun36"]
|
|
atlas = ExtResource("2_aw4cw")
|
|
region = Rect2(128, 0, 32, 32)
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_vk406"]
|
|
atlas = ExtResource("2_aw4cw")
|
|
region = Rect2(160, 0, 32, 32)
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_4jttm"]
|
|
atlas = ExtResource("2_aw4cw")
|
|
region = Rect2(0, 32, 32, 32)
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_6smmu"]
|
|
atlas = ExtResource("2_aw4cw")
|
|
region = Rect2(32, 32, 32, 32)
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_l208b"]
|
|
atlas = ExtResource("2_aw4cw")
|
|
region = Rect2(64, 32, 32, 32)
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_dvsvq"]
|
|
atlas = ExtResource("2_aw4cw")
|
|
region = Rect2(96, 32, 32, 32)
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_4hpr0"]
|
|
atlas = ExtResource("2_aw4cw")
|
|
region = Rect2(128, 32, 32, 32)
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_dcqkm"]
|
|
atlas = ExtResource("2_aw4cw")
|
|
region = Rect2(160, 32, 32, 32)
|
|
|
|
[sub_resource type="SpriteFrames" id="SpriteFrames_pw7mt"]
|
|
animations = [{
|
|
"frames": [{
|
|
"duration": 1.0,
|
|
"texture": SubResource("AtlasTexture_3el85")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": SubResource("AtlasTexture_hbmxj")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": SubResource("AtlasTexture_xfoey")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": SubResource("AtlasTexture_v8gpv")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": SubResource("AtlasTexture_cun36")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": SubResource("AtlasTexture_vk406")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": SubResource("AtlasTexture_4jttm")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": SubResource("AtlasTexture_6smmu")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": SubResource("AtlasTexture_l208b")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": SubResource("AtlasTexture_dvsvq")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": SubResource("AtlasTexture_4hpr0")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": SubResource("AtlasTexture_dcqkm")
|
|
}],
|
|
"loop": false,
|
|
"name": &"default",
|
|
"speed": 15.0
|
|
}]
|
|
|
|
[sub_resource type="CircleShape2D" id="CircleShape2D_x2c5d"]
|
|
|
|
[node name="Explosion" type="Area2D" unique_id=1064843607]
|
|
z_index = 3
|
|
scale = Vector2(2, 2)
|
|
script = ExtResource("1_nfeox")
|
|
|
|
[node name="AnimatedSprite2D" type="AnimatedSprite2D" parent="." unique_id=1686158178]
|
|
texture_filter = 1
|
|
sprite_frames = SubResource("SpriteFrames_pw7mt")
|
|
autoplay = "default"
|
|
frame = 11
|
|
frame_progress = 1.0
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="." unique_id=1857695412]
|
|
shape = SubResource("CircleShape2D_x2c5d")
|