-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFlower.tscn
More file actions
47 lines (39 loc) · 1.14 KB
/
Flower.tscn
File metadata and controls
47 lines (39 loc) · 1.14 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
[gd_scene load_steps=9 format=2]
[ext_resource path="res://Flower.gd" type="Script" id=1]
[ext_resource path="res://Assets/Flowers/flower.png" type="Texture" id=2]
[sub_resource type="AtlasTexture" id=6]
flags = 4
atlas = ExtResource( 2 )
region = Rect2( 0, 0, 246, 316 )
[sub_resource type="AtlasTexture" id=7]
flags = 4
atlas = ExtResource( 2 )
region = Rect2( 246, 0, 246, 316 )
[sub_resource type="AtlasTexture" id=8]
flags = 4
atlas = ExtResource( 2 )
region = Rect2( 492, 0, 246, 316 )
[sub_resource type="AtlasTexture" id=9]
flags = 4
atlas = ExtResource( 2 )
region = Rect2( 738, 0, 246, 316 )
[sub_resource type="AtlasTexture" id=10]
flags = 4
atlas = ExtResource( 2 )
region = Rect2( 984, 0, 246, 316 )
[sub_resource type="SpriteFrames" id=5]
animations = [ {
"frames": [ SubResource( 6 ), SubResource( 7 ), SubResource( 8 ), SubResource( 9 ), SubResource( 10 ) ],
"loop": true,
"name": "default",
"speed": 5.0
} ]
[node name="Flower" type="AnimatedSprite"]
position = Vector2( 0, 0.217914 )
scale = Vector2( 0.0650407, 0.0487101 )
frames = SubResource( 5 )
frame = 4
playing = true
centered = false
offset = Vector2( 0, 66 )
script = ExtResource( 1 )