-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathStatsScene.tscn
215 lines (164 loc) · 5.2 KB
/
StatsScene.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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
[gd_scene load_steps=12 format=2]
[ext_resource path="res://assets/fonts/Koulen-Regular.ttf" type="DynamicFontData" id=1]
[ext_resource path="res://StatsScene.gd" type="Script" id=2]
[ext_resource path="res://assets/textures/firulaisLogo.png" type="Texture" id=3]
[ext_resource path="res://assets/fonts/Roboto-Regular.ttf" type="DynamicFontData" id=4]
[ext_resource path="res://assets/fonts/Roboto-Light.ttf" type="DynamicFontData" id=5]
[sub_resource type="DynamicFont" id=1]
size = 80
font_data = ExtResource( 1 )
[sub_resource type="DynamicFont" id=2]
size = 30
font_data = ExtResource( 1 )
[sub_resource type="DynamicFont" id=3]
size = 22
font_data = ExtResource( 1 )
[sub_resource type="DynamicFont" id=5]
size = 23
font_data = ExtResource( 4 )
[sub_resource type="DynamicFont" id=4]
size = 30
font_data = ExtResource( 4 )
[sub_resource type="DynamicFont" id=6]
size = 20
font_data = ExtResource( 5 )
[node name="Control" type="Control"]
anchor_right = 1.0
anchor_bottom = 1.0
script = ExtResource( 2 )
[node name="Stats" type="CanvasLayer" parent="."]
[node name="ColorRect" type="ColorRect" parent="Stats"]
anchor_right = 1.0
anchor_bottom = 1.0
color = Color( 0.290196, 0.341176, 0.396078, 1 )
[node name="Description" type="ColorRect" parent="Stats"]
margin_top = 394.0
margin_right = 1080.0
margin_bottom = 498.0
color = Color( 0.670588, 0.658824, 0.658824, 0.329412 )
[node name="Header" type="Label" parent="Stats"]
anchor_left = 0.5
anchor_right = 0.5
margin_left = -279.0
margin_right = 288.0
margin_bottom = 145.0
rect_pivot_offset = Vector2( -250, -65 )
custom_fonts/font = SubResource( 1 )
text = "GRACIAS POR JUGAR"
align = 1
max_lines_visible = 1
[node name="Title" type="Label" parent="Stats"]
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
margin_left = -32.0
margin_top = -164.0
margin_right = 322.0
margin_bottom = -91.0
rect_pivot_offset = Vector2( -267, -203 )
custom_fonts/font = SubResource( 2 )
text = "Rango: placeholder"
align = 1
[node name="Time" type="Label" parent="Stats"]
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
margin_left = -370.0
margin_top = -164.0
margin_right = -28.0
margin_bottom = -91.0
rect_pivot_offset = Vector2( -267, -203 )
custom_fonts/font = SubResource( 2 )
text = "Tiempo: placeholder"
align = 1
[node name="GridContainer" type="GridContainer" parent="Stats"]
margin_left = 20.0
margin_top = 225.0
margin_right = 1065.0
margin_bottom = 391.0
custom_constants/vseparation = 15
custom_constants/hseparation = 15
columns = 8
[node name="HBoxContainer" type="HBoxContainer" parent="Stats"]
margin_left = 367.0
margin_top = 517.0
margin_right = 729.0
margin_bottom = 563.0
alignment = 1
[node name="Credits" type="Button" parent="Stats/HBoxContainer"]
margin_left = 23.0
margin_right = 181.0
margin_bottom = 46.0
custom_fonts/font = SubResource( 3 )
text = " Ver creditos "
[node name="Quit" type="Button" parent="Stats/HBoxContainer"]
margin_left = 185.0
margin_right = 339.0
margin_bottom = 46.0
custom_fonts/font = SubResource( 3 )
text = " Volver al menu "
[node name="PaintDescription" type="Label" parent="Stats"]
anchor_right = 1.0
margin_top = 400.0
margin_bottom = 481.0
custom_fonts/font = SubResource( 5 )
align = 1
autowrap = true
[node name="Credits" type="CanvasLayer" parent="."]
[node name="ColorRect2" type="ColorRect" parent="Credits"]
anchor_right = 1.0
anchor_bottom = 1.0
color = Color( 0.290196, 0.341176, 0.396078, 1 )
[node name="CenterContainer" type="CenterContainer" parent="Credits"]
anchor_top = 1.28
anchor_right = 1.0
anchor_bottom = 1.3
[node name="VBoxContainer" type="VBoxContainer" parent="Credits/CenterContainer"]
margin_left = 213.0
margin_right = 866.0
margin_bottom = 1618.0
[node name="Logo" type="Sprite" parent="Credits/CenterContainer/VBoxContainer"]
position = Vector2( 0, -92 )
scale = Vector2( 0.5, 0.5 )
texture = ExtResource( 3 )
offset = Vector2( 659, 0 )
[node name="Label" type="Label" parent="Credits/CenterContainer/VBoxContainer"]
margin_right = 653.0
margin_bottom = 1401.0
custom_fonts/font = SubResource( 4 )
text = "ESTUDIO FIRULAIS
DIRECTORES
Barberena Daniel - Bosetti Mauro
DISEÑADOR GRAFICO
Bosetti Mauro
DIRECTOR DE SONIDO
Barberena Daniel
DISEÑADORES DE JUEGO
Barberena Daniel - Bosetti Mauro
PROGRAMADORES
Barberena Daniel - Bosetti Mauro
TESTERS
ValenCaño - Marta - Anto
Beto - Jack
Tete - Nico - JPG
Villa - Enzo - July
Ged - Alarak
Volmund - Pickless
Belu - Zarya
¡MUCHAS GRACIAS POR JUGAR!"
align = 1
[node name="Secret" type="Label" parent="Credits/CenterContainer/VBoxContainer"]
margin_top = 1405.0
margin_right = 653.0
margin_bottom = 1618.0
custom_fonts/font = SubResource( 6 )
text = "
Escribí \"firulais\" en el menú de inicio para asustar a un alumno de funcional."
[node name="Tween" type="Tween" parent="."]
[node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="."]
[connection signal="pressed" from="Stats/HBoxContainer/Credits" to="." method="_on_Credits_pressed"]
[connection signal="pressed" from="Stats/HBoxContainer/Quit" to="." method="_on_Quit_pressed"]
[connection signal="tween_completed" from="Tween" to="." method="_on_Tween_tween_completed"]
[connection signal="finished" from="AudioStreamPlayer" to="." method="_on_AudioStreamPlayer_finished"]