-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathFlower.tscn
41 lines (31 loc) · 849 Bytes
/
Flower.tscn
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
[gd_scene load_steps=3 format=1]
[ext_resource path="res://textures/flowers.png" type="Texture" id=1]
[sub_resource type="Animation" id=1]
resource/name = "flower"
length = 4.3
loop = true
step = 0.1
tracks/0/type = "value"
tracks/0/path = NodePath("flowers:frame")
tracks/0/interp = 1
tracks/0/imported = false
tracks/0/keys = {
"times": FloatArray( 0, 2, 2.3, 4 ),
"transitions": FloatArray( 1, 1, 1, 1 ),
"update": 1,
"values": [ 2, 1, 0, 1 ]
}
[node name="Flower" type="Sprite"]
[node name="flowers" type="Sprite" parent="."]
texture = ExtResource( 1 )
hframes = 5
frame = 2
[node name="animation" type="AnimationPlayer" parent="."]
playback/process_mode = 1
playback/default_blend_time = 0.0
root/root = NodePath("..")
anims/flower = SubResource( 1 )
playback/active = true
playback/speed = 1.0
blend_times = [ ]
autoplay = "flower"