-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathflower_blue.tscn
More file actions
74 lines (62 loc) · 1.99 KB
/
flower_blue.tscn
File metadata and controls
74 lines (62 loc) · 1.99 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
[gd_scene load_steps=11 format=3 uid="uid://na2en2jjidkq"]
[ext_resource type="Texture2D" uid="uid://cv6lvogpy0mdm" path="res://assets/Animations/Flowers_Blue.png" id="1_kifex"]
[sub_resource type="AtlasTexture" id="AtlasTexture_palw5"]
atlas = ExtResource("1_kifex")
region = Rect2(0, 0, 48, 32)
[sub_resource type="AtlasTexture" id="AtlasTexture_xdwvl"]
atlas = ExtResource("1_kifex")
region = Rect2(96, 0, 48, 32)
[sub_resource type="AtlasTexture" id="AtlasTexture_x4fpk"]
atlas = ExtResource("1_kifex")
region = Rect2(192, 0, 48, 32)
[sub_resource type="AtlasTexture" id="AtlasTexture_s80hw"]
atlas = ExtResource("1_kifex")
region = Rect2(288, 0, 48, 32)
[sub_resource type="AtlasTexture" id="AtlasTexture_s7eno"]
atlas = ExtResource("1_kifex")
region = Rect2(384, 0, 48, 32)
[sub_resource type="AtlasTexture" id="AtlasTexture_c21q1"]
atlas = ExtResource("1_kifex")
region = Rect2(480, 0, 48, 32)
[sub_resource type="AtlasTexture" id="AtlasTexture_nj1ff"]
atlas = ExtResource("1_kifex")
region = Rect2(576, 0, 48, 32)
[sub_resource type="AtlasTexture" id="AtlasTexture_kfybx"]
atlas = ExtResource("1_kifex")
region = Rect2(672, 0, 48, 32)
[sub_resource type="SpriteFrames" id="SpriteFrames_j45bc"]
animations = [{
"frames": [{
"duration": 1.0,
"texture": SubResource("AtlasTexture_palw5")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_xdwvl")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_x4fpk")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_s80hw")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_s7eno")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_c21q1")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_nj1ff")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_kfybx")
}],
"loop": true,
"name": &"default",
"speed": 5.0
}]
[node name="StaticBody2D" type="StaticBody2D"]
position = Vector2(208, 152)
[node name="AnimatedSprite2D" type="AnimatedSprite2D" parent="."]
sprite_frames = SubResource("SpriteFrames_j45bc")
autoplay = "default"