Commit of existing data.
This commit is contained in:
Executable
+77
@@ -0,0 +1,77 @@
|
||||
[gd_scene load_steps=12 format=3 uid="uid://botc600n5fcgt"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://dkyfo8335hwnv" path="res://objects/fx/roll_dust.png" id="1_ocmkx"]
|
||||
[ext_resource type="Script" uid="uid://dgo1wtjored0j" path="res://scripts/dust_particle.gd" id="2_ny4y2"]
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_j223t"]
|
||||
atlas = ExtResource("1_ocmkx")
|
||||
region = Rect2(0, 0, 38, 39)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_15ql1"]
|
||||
atlas = ExtResource("1_ocmkx")
|
||||
region = Rect2(38, 0, 38, 39)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_byoxk"]
|
||||
atlas = ExtResource("1_ocmkx")
|
||||
region = Rect2(76, 0, 38, 39)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_m3d4f"]
|
||||
atlas = ExtResource("1_ocmkx")
|
||||
region = Rect2(114, 0, 38, 39)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_6nm25"]
|
||||
atlas = ExtResource("1_ocmkx")
|
||||
region = Rect2(152, 0, 38, 39)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_tqo4n"]
|
||||
atlas = ExtResource("1_ocmkx")
|
||||
region = Rect2(190, 0, 38, 39)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_ur0hm"]
|
||||
atlas = ExtResource("1_ocmkx")
|
||||
region = Rect2(228, 0, 38, 39)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_uuuyy"]
|
||||
atlas = ExtResource("1_ocmkx")
|
||||
region = Rect2(266, 0, 38, 39)
|
||||
|
||||
[sub_resource type="SpriteFrames" id="SpriteFrames_dyqnt"]
|
||||
animations = [{
|
||||
"frames": [{
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_j223t")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_15ql1")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_byoxk")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_m3d4f")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_6nm25")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_tqo4n")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_ur0hm")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_uuuyy")
|
||||
}],
|
||||
"loop": false,
|
||||
"name": &"default",
|
||||
"speed": 24.0
|
||||
}]
|
||||
|
||||
[node name="RollDust" type="AnimatedSprite2D"]
|
||||
sprite_frames = SubResource("SpriteFrames_dyqnt")
|
||||
autoplay = "default"
|
||||
frame_progress = 1.0
|
||||
offset = Vector2(0, -9)
|
||||
script = ExtResource("2_ny4y2")
|
||||
|
||||
[connection signal="animation_finished" from="." to="." method="_on_animation_finished"]
|
||||
Reference in New Issue
Block a user