-
Notifications
You must be signed in to change notification settings - Fork 1
/
Fans.tscn
74 lines (57 loc) · 2.05 KB
/
Fans.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
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
[gd_scene load_steps=8 format=2]
[ext_resource path="res://Трибуны/Фон.png" type="Texture" id=1]
[ext_resource path="res://Трибуны/1.png" type="Texture" id=2]
[ext_resource path="res://Трибуны/2.png" type="Texture" id=3]
[ext_resource path="res://Трибуны/3.png" type="Texture" id=4]
[ext_resource path="res://Трибуны/4.png" type="Texture" id=5]
[ext_resource path="res://Трибуны/5.png" type="Texture" id=6]
[sub_resource type="SpriteFrames" id=1]
animations = [ {
"frames": [ ExtResource( 2 ), ExtResource( 3 ), ExtResource( 4 ), ExtResource( 5 ), ExtResource( 6 ) ],
"loop": true,
"name": "default",
"speed": 5.0
} ]
_sections_unfolded = [ "Resource" ]
[node name="Fans" type="Sprite" index="0"]
position = Vector2( 12.9771, 38.6305 )
scale = Vector2( 1.04586, 0.738983 )
texture = ExtResource( 1 )
[node name="Фон" type="Sprite" parent="." index="0"]
position = Vector2( 284, -13.6789 )
scale = Vector2( 4.04722, 1.13761 )
texture = ExtResource( 1 )
_sections_unfolded = [ "Transform" ]
[node name="AnimatedSprite" type="AnimatedSprite" parent="." index="1"]
position = Vector2( -2.84657, 1.85321 )
scale = Vector2( 1.01058, 1.00678 )
frames = SubResource( 1 )
animation = "default"
frame = 1
playing = true
_sections_unfolded = [ "Transform" ]
[node name="AnimatedSprite4" type="AnimatedSprite" parent="." index="2"]
visible = false
position = Vector2( -569.978, 1.85321 )
scale = Vector2( 1.01058, 1.00678 )
frames = SubResource( 1 )
animation = "default"
frame = 1
playing = true
_sections_unfolded = [ "Transform" ]
[node name="AnimatedSprite2" type="AnimatedSprite" parent="." index="3"]
position = Vector2( 570.846, 1.85321 )
scale = Vector2( 1.01058, 1.00678 )
frames = SubResource( 1 )
animation = "default"
frame = 1
playing = true
_sections_unfolded = [ "Transform" ]
[node name="AnimatedSprite3" type="AnimatedSprite" parent="." index="4"]
visible = false
position = Vector2( 1144.54, 0 )
scale = Vector2( 1.01058, 1.00678 )
frames = SubResource( 1 )
animation = "default"
playing = true
_sections_unfolded = [ "Transform" ]