-
Notifications
You must be signed in to change notification settings - Fork 0
/
credits.tscn
405 lines (358 loc) · 8.86 KB
/
credits.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
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
[gd_scene load_steps=11 format=2]
[ext_resource path="res://others/game_font.tres" type="DynamicFont" id=1]
[ext_resource path="res://src/credits.gd" type="Script" id=2]
[ext_resource path="res://sounds/awesomeness.wav" type="AudioStream" id=3]
[ext_resource path="res://others/pixeldroidMenuRegular.ttf" type="DynamicFontData" id=4]
[ext_resource path="res://sprites/images/godot.png" type="Texture" id=5]
[ext_resource path="res://sprites/images/piksel.png" type="Texture" id=6]
[ext_resource path="res://sprites/images/krita.png" type="Texture" id=7]
[ext_resource path="res://sprites/images/gimp.png" type="Texture" id=8]
[sub_resource type="DynamicFont" id=1]
size = 15
font_data = ExtResource( 4 )
[sub_resource type="DynamicFont" id=2]
size = 15
font_data = ExtResource( 4 )
[node name="CanvasLayer" type="CanvasLayer"]
[node name="Node2D" type="Node2D" parent="."]
position = Vector2( 0, 230 )
script = ExtResource( 2 )
[node name="CREDITS" type="Label" parent="Node2D"]
anchor_left = 0.5
anchor_top = 1.0
anchor_right = 0.5
anchor_bottom = 1.0
margin_left = 27.8925
margin_top = 27.9492
margin_right = 114.893
margin_bottom = 48.9492
custom_fonts/font = ExtResource( 1 )
text = "CREDITS"
align = 1
__meta__ = {
"_edit_use_anchors_": false
}
[node name="LEAD DEVELOPER " type="Label" parent="Node2D"]
anchor_left = 0.5
anchor_right = 0.5
margin_left = 16.2615
margin_top = 83.5306
margin_right = 128.261
margin_bottom = 100.531
custom_fonts/font = SubResource( 1 )
text = "LEAD DEVELOPER "
align = 1
valign = 1
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Jin" type="Label" parent="Node2D/LEAD DEVELOPER "]
anchor_left = 0.5
anchor_right = 0.5
margin_left = -60.1122
margin_top = 25.2845
margin_right = 51.8878
margin_bottom = 52.2845
custom_fonts/font = SubResource( 2 )
text = "Jin
"
align = 1
valign = 1
__meta__ = {
"_edit_use_anchors_": false
}
[node name="LOGIC PROGRAMMER" type="Label" parent="Node2D"]
anchor_left = 0.5
anchor_right = 0.5
margin_left = 12.0119
margin_top = 153.951
margin_right = 134.012
margin_bottom = 180.951
custom_fonts/font = SubResource( 1 )
text = "LOGIC PROGRAMMER
"
align = 1
valign = 1
__meta__ = {
"_edit_use_anchors_": false
}
[node name="SManoj" type="Label" parent="Node2D/LOGIC PROGRAMMER"]
anchor_left = 0.5
anchor_right = 0.5
margin_left = -60.2526
margin_top = 27.0
margin_right = 51.7474
margin_bottom = 54.0
custom_fonts/font = SubResource( 2 )
text = "S.Manoj
"
align = 1
valign = 1
__meta__ = {
"_edit_use_anchors_": false
}
[node name="CONCEPT" type="Label" parent="Node2D"]
anchor_left = 0.5
anchor_right = 0.5
margin_left = 15.2792
margin_top = 223.532
margin_right = 127.279
margin_bottom = 240.532
custom_fonts/font = SubResource( 1 )
text = "CONCEPT "
align = 1
valign = 1
__meta__ = {
"_edit_use_anchors_": false
}
[node name="PMGanesh Kumar" type="Label" parent="Node2D/CONCEPT"]
anchor_left = 0.5
anchor_right = 0.5
margin_left = -55.2401
margin_top = 31.7331
margin_right = 56.7599
margin_bottom = 58.7331
custom_fonts/font = SubResource( 2 )
text = "P.M.Ganesh Kumar
"
align = 1
valign = 1
__meta__ = {
"_edit_use_anchors_": false
}
[node name="ART" type="Label" parent="Node2D"]
anchor_left = 0.5
anchor_right = 0.5
margin_left = 14.4091
margin_top = 304.148
margin_right = 126.409
margin_bottom = 321.148
custom_fonts/font = SubResource( 1 )
text = "ART"
align = 1
valign = 1
__meta__ = {
"_edit_use_anchors_": false
}
[node name="S Adithya Varun " type="Label" parent="Node2D/ART"]
anchor_left = 0.5
anchor_right = 0.5
margin_left = -57.8284
margin_top = 31.7159
margin_right = 54.1716
margin_bottom = 58.7159
custom_fonts/font = SubResource( 2 )
text = "S. Adithya Varun
"
align = 1
valign = 1
__meta__ = {
"_edit_use_anchors_": false
}
[node name="PLAY TESTERS" type="Label" parent="Node2D"]
anchor_left = 0.5
anchor_right = 0.5
margin_left = 17.2107
margin_top = 385.465
margin_right = 129.211
margin_bottom = 402.465
custom_fonts/font = SubResource( 1 )
text = "PLAY TESTERS"
align = 1
valign = 1
__meta__ = {
"_edit_use_anchors_": false
}
[node name="playtesters" type="Label" parent="Node2D/PLAY TESTERS"]
anchor_left = 0.5
anchor_right = 0.5
margin_left = -79.9898
margin_top = -4.84799
margin_right = 65.0102
margin_bottom = 97.152
custom_fonts/font = SubResource( 2 )
text = " Parthibhan Appu"
align = 1
valign = 1
__meta__ = {
"_edit_use_anchors_": false
}
[node name="playtesters2" type="Label" parent="Node2D/PLAY TESTERS"]
anchor_left = 0.5
anchor_right = 0.5
margin_left = -74.9388
margin_top = 26.0197
margin_right = 70.0612
margin_bottom = 128.02
custom_fonts/font = SubResource( 2 )
text = "Diya Arul Murugan"
align = 1
valign = 1
__meta__ = {
"_edit_use_anchors_": false
}
[node name="playtesters3" type="Label" parent="Node2D/PLAY TESTERS"]
anchor_left = 0.5
anchor_right = 0.5
margin_left = -73.8163
margin_top = 58.5711
margin_right = 71.1837
margin_bottom = 160.571
custom_fonts/font = SubResource( 2 )
text = "Shreestha Arul Murugan"
align = 1
valign = 1
__meta__ = {
"_edit_use_anchors_": false
}
[node name="ROCKET SUBMISSIONS" type="Label" parent="Node2D"]
anchor_left = 0.5
anchor_right = 0.5
margin_left = 3.9696
margin_top = 540.875
margin_right = 140.97
margin_bottom = 582.875
custom_fonts/font = SubResource( 1 )
text = "ROCKET SUBMISSIONS
"
align = 1
valign = 1
__meta__ = {
"_edit_use_anchors_": false
}
[node name="rocketsubmissions" type="Label" parent="Node2D/ROCKET SUBMISSIONS"]
anchor_left = 0.5
anchor_right = 0.5
margin_left = -92.2628
margin_top = 20.1587
margin_right = 90.7372
margin_bottom = 62.1587
custom_fonts/font = SubResource( 2 )
text = "
S. Adithya Varun
[ Rocket -4 ]"
align = 1
valign = 1
__meta__ = {
"_edit_use_anchors_": false
}
[node name="attribution" type="Label" parent="Node2D"]
anchor_left = 0.5
anchor_right = 0.5
margin_left = -0.666626
margin_top = 635.517
margin_right = 144.0
margin_bottom = 1092.0
custom_fonts/font = SubResource( 2 )
text = "--------------------
All music and SFX
used are opensource under creative commons license.
Attribution/Thanks to music artists :
opening-Avgvst
[ Main menu ]
movingrightalong- Wolfgang
[ Gameplay BGM ]
game over -Avgvst [ Game over screen ]
Awesomeness -MrPoly [ Credits ]
yell5-HaelDB
[ Developer logo ]
impactsplash3-Independent.nu
[ Developer logo]
--------------------"
align = 1
valign = 1
autowrap = true
clip_text = true
__meta__ = {
"_edit_use_anchors_": false
}
[node name="SOFTWARES USED" type="Label" parent="Node2D"]
anchor_left = 0.5
anchor_right = 0.5
margin_left = 14.4353
margin_top = 1113.38
margin_right = 126.435
margin_bottom = 1155.38
custom_fonts/font = SubResource( 1 )
text = "SOFTWARES USED
"
align = 1
valign = 1
__meta__ = {
"_edit_use_anchors_": false
}
[node name="godot" type="Sprite" parent="Node2D/SOFTWARES USED"]
position = Vector2( 57.562, 87.5271 )
scale = Vector2( 0.3, 0.3 )
texture = ExtResource( 5 )
[node name="piksel" type="Sprite" parent="Node2D/SOFTWARES USED"]
position = Vector2( 58.192, 163.122 )
scale = Vector2( 0.13, 0.13 )
texture = ExtResource( 6 )
[node name="gimp" type="Sprite" parent="Node2D/SOFTWARES USED"]
position = Vector2( 57.5621, 234.52 )
scale = Vector2( 0.3, 0.3 )
texture = ExtResource( 8 )
[node name="krita" type="Sprite" parent="Node2D/SOFTWARES USED"]
position = Vector2( 55.959, 327.575 )
scale = Vector2( 0.08, 0.08 )
texture = ExtResource( 7 )
[node name="aboutgame" type="Label" parent="Node2D/SOFTWARES USED"]
anchor_left = 0.5
anchor_right = 0.5
margin_left = -69.642
margin_top = 407.451
margin_right = 74.358
margin_bottom = 747.747
custom_fonts/font = SubResource( 2 )
text = "This game is open source and is released under MIT License, free
to share, redistribute, copy, edit or even use commercially.
Contribute to this project with assets and source @
https://github.com/jinvoker/floppy_rocket
Send in your rocket submissions. feed backs to :
zerogamestudio0
@gmail.com
"
align = 1
valign = 1
autowrap = true
clip_text = true
__meta__ = {
"_edit_use_anchors_": false
}
[node name="GAMESTUDIO" type="Label" parent="Node2D"]
anchor_left = 0.5
anchor_right = 0.5
margin_left = -6.76871
margin_top = 2115.0
margin_right = 150.231
margin_bottom = 2202.0
custom_fonts/font = SubResource( 1 )
text = "ZERO GAME STUDIO
2020
www.zerogamestudio.com
"
align = 1
valign = 1
autowrap = true
__meta__ = {
"_edit_use_anchors_": false
}
[node name="continue" type="Label" parent="Node2D/GAMESTUDIO"]
margin_left = 28.7114
margin_top = 283.604
margin_right = 139.711
margin_bottom = 297.604
custom_fonts/font = ExtResource( 1 )
text = "Click to continue."
__meta__ = {
"_edit_use_anchors_": false
}
[node name="VisibilityNotifier2D" type="VisibilityNotifier2D" parent="Node2D/GAMESTUDIO"]
position = Vector2( 77.4151, 49.8936 )
[node name="AudioStreamPlayer2D" type="AudioStreamPlayer2D" parent="Node2D"]
visible = false
stream = ExtResource( 3 )
volume_db = 7.0
autoplay = true
[connection signal="viewport_exited" from="Node2D/GAMESTUDIO/VisibilityNotifier2D" to="Node2D" method="_on_VisibilityNotifier2D_viewport_exited"]