[gd_scene load_steps=10 format=3 uid="uid://c4h1cj75b5sry"] [ext_resource type="Texture2D" uid="uid://cs262sxemhpum" path="res://objects/fx/jump_dust.png" id="1_aj8qq"] [ext_resource type="Script" uid="uid://dgo1wtjored0j" path="res://scripts/dust_particle.gd" id="2_d1aoh"] [sub_resource type="AtlasTexture" id="AtlasTexture_71pl7"] atlas = ExtResource("1_aj8qq") region = Rect2(0, 0, 23, 22) [sub_resource type="AtlasTexture" id="AtlasTexture_kwppy"] atlas = ExtResource("1_aj8qq") region = Rect2(23, 0, 23, 22) [sub_resource type="AtlasTexture" id="AtlasTexture_h54gx"] atlas = ExtResource("1_aj8qq") region = Rect2(46, 0, 23, 22) [sub_resource type="AtlasTexture" id="AtlasTexture_5nx71"] atlas = ExtResource("1_aj8qq") region = Rect2(69, 0, 23, 22) [sub_resource type="AtlasTexture" id="AtlasTexture_ifxkf"] atlas = ExtResource("1_aj8qq") region = Rect2(92, 0, 23, 22) [sub_resource type="AtlasTexture" id="AtlasTexture_0eeae"] atlas = ExtResource("1_aj8qq") region = Rect2(115, 0, 23, 22) [sub_resource type="SpriteFrames" id="SpriteFrames_dyqnt"] animations = [{ "frames": [{ "duration": 1.0, "texture": SubResource("AtlasTexture_71pl7") }, { "duration": 1.0, "texture": SubResource("AtlasTexture_kwppy") }, { "duration": 1.0, "texture": SubResource("AtlasTexture_h54gx") }, { "duration": 1.0, "texture": SubResource("AtlasTexture_5nx71") }, { "duration": 1.0, "texture": SubResource("AtlasTexture_ifxkf") }, { "duration": 1.0, "texture": SubResource("AtlasTexture_0eeae") }], "loop": false, "name": &"default", "speed": 24.0 }] [node name="JumpDust" type="AnimatedSprite2D"] sprite_frames = SubResource("SpriteFrames_dyqnt") autoplay = "default" frame_progress = 1.0 offset = Vector2(0, -9) script = ExtResource("2_d1aoh") [connection signal="animation_finished" from="." to="." method="_on_animation_finished"]