Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
RishiRecon
GitHub Repository: RishiRecon/exploits
Path: blob/main/misc/vex5/assets/ui/ui_gameplay.json
28515 views
1
{
2
"hierarchy": {
3
"name": "Canvas",
4
"children": [
5
{
6
"name": "level_container",
7
"children": [
8
{
9
"name": "level"
10
},
11
{
12
"name": "total_deaths"
13
}
14
]
15
},
16
{
17
"name": "time_container",
18
"children": [
19
{
20
"name": "time"
21
},
22
{
23
"name": "progress_container",
24
"children": [
25
{
26
"name": "time_coin"
27
},
28
{
29
"name": "coin"
30
},
31
{
32
"name": "progress_percentage"
33
},
34
{
35
"name": "progress_bar_bg",
36
"children": [
37
{
38
"name": "progress_bar"
39
}
40
]
41
}
42
]
43
},
44
{
45
"name": "pause"
46
}
47
]
48
},
49
{
50
"name": "tnt_container",
51
"children": [
52
{
53
"name": "title"
54
},
55
{
56
"name": "tnt_text"
57
},
58
{
59
"name": "bg_bar"
60
},
61
{
62
"name": "bar"
63
}
64
]
65
},
66
{
67
"name": "floor_container",
68
"children": [
69
{
70
"name": "title"
71
},
72
{
73
"name": "floor_text"
74
}
75
]
76
},
77
{
78
"name": "challenge_container",
79
"children": [
80
{
81
"name": "level"
82
},
83
{
84
"name": "total_deaths"
85
}
86
]
87
},
88
{
89
"name": "level_hub_container",
90
"children": [
91
{
92
"name": "trophy_lock"
93
},
94
{
95
"name": "trophy_unlock"
96
},
97
{
98
"name": "star_lock"
99
},
100
{
101
"name": "star_unlock"
102
},
103
{
104
"name": "hardcore_lock"
105
},
106
{
107
"name": "hardcore_unlock"
108
},
109
{
110
"name": "act"
111
},
112
{
113
"name": "your_time_text"
114
},
115
{
116
"name": "your_time"
117
},
118
{
119
"name": "gold_time_text"
120
},
121
{
122
"name": "gold_time"
123
},
124
{
125
"name": "silver_time"
126
},
127
{
128
"name": "bronze_time"
129
},
130
{
131
"name": "silver_time_text"
132
},
133
{
134
"name": "bronze_time_text"
135
}
136
]
137
},
138
{
139
"name": "challenge_room_container",
140
"children": [
141
{
142
"name": "trophy_lock"
143
},
144
{
145
"name": "trophy_unlock"
146
},
147
{
148
"name": "title"
149
},
150
{
151
"name": "floors_text"
152
},
153
{
154
"name": "floors"
155
},
156
{
157
"name": "your_time"
158
},
159
{
160
"name": "your_time_text"
161
}
162
]
163
},
164
{
165
"name": "achievement_container",
166
"children": [
167
{
168
"name": "title"
169
},
170
{
171
"name": "description"
172
},
173
{
174
"name": "image"
175
}
176
]
177
}
178
]
179
},
180
"properties": {
181
"Canvas": {
182
"design": {
183
"width": 960,
184
"height": 640
185
},
186
"type": "canvas"
187
},
188
"level_container": {
189
"file": "gp_level_container.png",
190
"image": "SIMPLE",
191
"type": "sprite",
192
"alignment": {
193
"type": "TOP_LEFT",
194
"offset": {
195
"x": 2.8,
196
"y": 1.2
197
}
198
}
199
},
200
"level_container/level": {
201
"font": {
202
"name": "milocha",
203
"fontSize": 27
204
},
205
"text": "Act 1",
206
"align": "center",
207
"position": {
208
"x": -60.8,
209
"y": -24.3
210
},
211
"anchor": {
212
"x": 0,
213
"y": 0.5
214
},
215
"type": "text"
216
},
217
"level_container/total_deaths": {
218
"font": {
219
"name": "milocha",
220
"fontSize": 18
221
},
222
"text": "x199",
223
"align": "center",
224
"position": {
225
"x": -29.2,
226
"y": 12.9
227
},
228
"anchor": {
229
"x": 0,
230
"y": 0.5
231
},
232
"type": "text"
233
},
234
"time_container": {
235
"file": "gp_time_container.png",
236
"image": "SIMPLE",
237
"type": "sprite",
238
"alignment": {
239
"type": "TOP_RIGHT",
240
"offset": {
241
"x": 0.6,
242
"y": 0.6
243
}
244
}
245
},
246
"time_container/time": {
247
"font": {
248
"name": "milocha",
249
"fontSize": 26
250
},
251
"text": "00:00:00",
252
"align": "center",
253
"position": {
254
"x": 7.3,
255
"y": -9.1
256
},
257
"type": "text"
258
},
259
"time_container/progress_container": {
260
"file": "gp_time_container1.png",
261
"image": "SIMPLE",
262
"position": {
263
"x": 8.3,
264
"y": 30.1
265
},
266
"type": "sprite"
267
},
268
"time_container/progress_container/time_coin": {
269
"font": {
270
"name": "milocha",
271
"fontSize": 20
272
},
273
"text": "00:00:00",
274
"align": "center",
275
"position": {
276
"x": 10.9,
277
"y": -3.5
278
},
279
"type": "text"
280
},
281
"time_container/progress_container/coin": {
282
"file": "gold.png",
283
"image": "SIMPLE",
284
"position": {
285
"x": -47,
286
"y": -4.8
287
},
288
"type": "sprite"
289
},
290
"time_container/progress_container/progress_percentage": {
291
"font": {
292
"name": "milocha",
293
"fontSize": 22
294
},
295
"text": "100%",
296
"align": "center",
297
"position": {
298
"x": 33.7,
299
"y": -4.4
300
},
301
"type": "text"
302
},
303
"time_container/progress_container/progress_bar_bg": {
304
"file": "gp_bar_bg.png",
305
"image": "SIMPLE",
306
"position": {
307
"x": -24.9,
308
"y": -6.7
309
},
310
"scale": {
311
"x": 0.8,
312
"y": 1
313
},
314
"type": "sprite"
315
},
316
"time_container/progress_container/progress_bar_bg/progress_bar": {
317
"file": "gp_bar.png",
318
"image": "SIMPLE",
319
"position": {
320
"x": -40.5,
321
"y": 0
322
},
323
"anchor": {
324
"x": 0,
325
"y": 0.5
326
},
327
"type": "sprite"
328
},
329
"time_container/pause": {
330
"file": "gp_pause_button.png",
331
"image": "SIMPLE",
332
"position": {
333
"x": 34.9,
334
"y": 77.5
335
},
336
"type": "button"
337
},
338
"tnt_container": {
339
"file": "gp_tnt.png",
340
"image": "SIMPLE",
341
"type": "sprite",
342
"alignment": {
343
"type": "TOP_CENTER",
344
"offset": {
345
"x": 0,
346
"y": 0.8
347
}
348
}
349
},
350
"tnt_container/title": {
351
"font": {
352
"name": "milocha",
353
"fontSize": 27
354
},
355
"text": "TNT",
356
"align": "center",
357
"position": {
358
"x": 0,
359
"y": -19.3
360
},
361
"type": "text"
362
},
363
"tnt_container/tnt_text": {
364
"font": {
365
"name": "milocha",
366
"fontSize": 20
367
},
368
"text": "10%",
369
"align": "center",
370
"position": {
371
"x": 39.7,
372
"y": 11.9
373
},
374
"type": "text"
375
},
376
"tnt_container/bg_bar": {
377
"file": "gp_tnt_bar0.png",
378
"image": "SIMPLE",
379
"position": {
380
"x": -19.5,
381
"y": 10.3
382
},
383
"type": "sprite"
384
},
385
"tnt_container/bar": {
386
"file": "gp_tnt_bar1.png",
387
"image": "SIMPLE",
388
"position": {
389
"x": 21,
390
"y": 10.3
391
},
392
"anchor": {
393
"x": 1,
394
"y": 0.5
395
},
396
"type": "sprite"
397
},
398
"floor_container": {
399
"file": "cr_floor_container.png",
400
"image": "SIMPLE",
401
"type": "sprite",
402
"alignment": {
403
"type": "TOP_CENTER",
404
"offset": {
405
"x": 0,
406
"y": 0.9
407
}
408
}
409
},
410
"floor_container/title": {
411
"font": {
412
"name": "milocha",
413
"fontSize": 27
414
},
415
"text": "FLOOR",
416
"align": "center",
417
"position": {
418
"x": -3.7,
419
"y": -20.8
420
},
421
"type": "text"
422
},
423
"floor_container/floor_text": {
424
"font": {
425
"name": "milocha",
426
"fontSize": 20
427
},
428
"text": "01/30",
429
"align": "center",
430
"position": {
431
"x": -3.7,
432
"y": 11.1
433
},
434
"type": "text"
435
},
436
"challenge_container": {
437
"file": "cr_level_container.png",
438
"image": "SIMPLE",
439
"type": "sprite",
440
"alignment": {
441
"type": "TOP_LEFT",
442
"offset": {
443
"x": 2.6,
444
"y": 1.8
445
}
446
}
447
},
448
"challenge_container/level": {
449
"font": {
450
"name": "milocha",
451
"fontSize": 27
452
},
453
"text": "Challenge Room",
454
"align": "center",
455
"position": {
456
"x": -101.9,
457
"y": -22.5
458
},
459
"anchor": {
460
"x": 0,
461
"y": 0.5
462
},
463
"type": "text"
464
},
465
"challenge_container/total_deaths": {
466
"font": {
467
"name": "milocha",
468
"fontSize": 18
469
},
470
"text": "x199",
471
"align": "center",
472
"position": {
473
"x": -56.5,
474
"y": 14.8
475
},
476
"anchor": {
477
"x": 0,
478
"y": 0.5
479
},
480
"type": "text"
481
},
482
"level_hub_container": {
483
"file": "lvl_hub_container.png",
484
"image": "SIMPLE",
485
"type": "sprite",
486
"alignment": {
487
"type": "BOTTOM_LEFT",
488
"offset": {
489
"x": 1.1,
490
"y": 6.7
491
}
492
}
493
},
494
"level_hub_container/trophy_lock": {
495
"file": "lvl_hub_trophy_lock.png",
496
"image": "SIMPLE",
497
"position": {
498
"x": -198.4,
499
"y": 19.5
500
},
501
"type": "sprite"
502
},
503
"level_hub_container/trophy_unlock": {
504
"file": "lvl_hub_trophy_unlock.png",
505
"image": "SIMPLE",
506
"position": {
507
"x": -198.4,
508
"y": 19.5
509
},
510
"type": "sprite"
511
},
512
"level_hub_container/star_lock": {
513
"file": "lvl_hub_star_lock.png",
514
"image": "SIMPLE",
515
"position": {
516
"x": -139.1,
517
"y": 19.3
518
},
519
"type": "sprite"
520
},
521
"level_hub_container/star_unlock": {
522
"file": "lvl_hub_star_unlock.png",
523
"image": "SIMPLE",
524
"position": {
525
"x": -139.1,
526
"y": 19.3
527
},
528
"type": "sprite"
529
},
530
"level_hub_container/hardcore_lock": {
531
"file": "lvl_hub_hardcore_lock.png",
532
"image": "SIMPLE",
533
"position": {
534
"x": -79.6,
535
"y": 17
536
},
537
"type": "sprite"
538
},
539
"level_hub_container/hardcore_unlock": {
540
"file": "lvl_hub_hardcore_unlock.png",
541
"image": "SIMPLE",
542
"position": {
543
"x": -79.6,
544
"y": 17
545
},
546
"type": "sprite"
547
},
548
"level_hub_container/act": {
549
"font": {
550
"name": "milocha",
551
"fontSize": 31
552
},
553
"text": "Act 1",
554
"align": "center",
555
"position": {
556
"x": -222.6,
557
"y": -31.1
558
},
559
"anchor": {
560
"x": 0,
561
"y": 0.5
562
},
563
"color": "#f8d53a",
564
"type": "text"
565
},
566
"level_hub_container/your_time_text": {
567
"font": {
568
"name": "milocha",
569
"fontSize": 33
570
},
571
"text": "Your Time:",
572
"align": "center",
573
"position": {
574
"x": -29.2,
575
"y": -32.7
576
},
577
"anchor": {
578
"x": 0,
579
"y": 0.5
580
},
581
"type": "text"
582
},
583
"level_hub_container/your_time": {
584
"font": {
585
"name": "milocha",
586
"fontSize": 33
587
},
588
"text": "01:20",
589
"align": "center",
590
"position": {
591
"x": 133.4,
592
"y": -31.7
593
},
594
"anchor": {
595
"x": 0,
596
"y": 0.5
597
},
598
"type": "text"
599
},
600
"level_hub_container/gold_time_text": {
601
"font": {
602
"name": "milocha",
603
"fontSize": 19
604
},
605
"text": "Gold",
606
"align": "center",
607
"stroke": "#613f00",
608
"strokeThickness": 4,
609
"position": {
610
"x": 45.4,
611
"y": 8.7
612
},
613
"color": "#ffe000",
614
"type": "text"
615
},
616
"level_hub_container/gold_time": {
617
"font": {
618
"name": "milocha",
619
"fontSize": 21
620
},
621
"text": "00:25",
622
"align": "center",
623
"position": {
624
"x": 45.4,
625
"y": 29.8
626
},
627
"type": "text"
628
},
629
"level_hub_container/silver_time": {
630
"font": {
631
"name": "milocha",
632
"fontSize": 21
633
},
634
"text": "00:25",
635
"align": "center",
636
"position": {
637
"x": 109.9,
638
"y": 29.8
639
},
640
"type": "text"
641
},
642
"level_hub_container/bronze_time": {
643
"font": {
644
"name": "milocha",
645
"fontSize": 21
646
},
647
"text": "00:25",
648
"align": "center",
649
"position": {
650
"x": 175.6,
651
"y": 29.8
652
},
653
"type": "text"
654
},
655
"level_hub_container/silver_time_text": {
656
"font": {
657
"name": "milocha",
658
"fontSize": 19
659
},
660
"text": "Silver",
661
"align": "center",
662
"stroke": "#07323a",
663
"strokeThickness": 4,
664
"position": {
665
"x": 109.9,
666
"y": 8.7
667
},
668
"color": "#a6d4d9",
669
"type": "text"
670
},
671
"level_hub_container/bronze_time_text": {
672
"font": {
673
"name": "milocha",
674
"fontSize": 19
675
},
676
"text": "Bronze",
677
"align": "center",
678
"stroke": "#4a1f00",
679
"strokeThickness": 4,
680
"position": {
681
"x": 175.6,
682
"y": 8.7
683
},
684
"color": "#ff8800",
685
"type": "text"
686
},
687
"challenge_room_container": {
688
"file": "cr_container.png",
689
"image": "SIMPLE",
690
"type": "sprite",
691
"alignment": {
692
"type": "BOTTOM_LEFT",
693
"offset": {
694
"x": 1.5,
695
"y": 1.6
696
}
697
}
698
},
699
"challenge_room_container/trophy_lock": {
700
"file": "cr_tophy_lock.png",
701
"image": "SIMPLE",
702
"position": {
703
"x": -190.3,
704
"y": 18.6
705
},
706
"type": "sprite"
707
},
708
"challenge_room_container/trophy_unlock": {
709
"file": "cr_tophy_unlock.png",
710
"image": "SIMPLE",
711
"position": {
712
"x": -190.3,
713
"y": 22.5
714
},
715
"type": "sprite"
716
},
717
"challenge_room_container/title": {
718
"font": {
719
"name": "milocha",
720
"fontSize": 31
721
},
722
"text": "CHALLENGE ROOM",
723
"align": "center",
724
"position": {
725
"x": -220.9,
726
"y": -26
727
},
728
"anchor": {
729
"x": 0,
730
"y": 0.5
731
},
732
"color": "#f8d53a",
733
"type": "text"
734
},
735
"challenge_room_container/floors_text": {
736
"font": {
737
"name": "milocha",
738
"fontSize": 19
739
},
740
"text": "Floors:",
741
"align": "center",
742
"position": {
743
"x": 50,
744
"y": 9.4
745
},
746
"color": "#f8d53a",
747
"type": "text"
748
},
749
"challenge_room_container/floors": {
750
"font": {
751
"name": "milocha",
752
"fontSize": 21
753
},
754
"text": "05/30",
755
"align": "center",
756
"position": {
757
"x": 50,
758
"y": 30.5
759
},
760
"type": "text"
761
},
762
"challenge_room_container/your_time": {
763
"font": {
764
"name": "milocha",
765
"fontSize": 21
766
},
767
"text": "00:25",
768
"align": "center",
769
"position": {
770
"x": 164.7,
771
"y": 30.5
772
},
773
"type": "text"
774
},
775
"challenge_room_container/your_time_text": {
776
"font": {
777
"name": "milocha",
778
"fontSize": 19
779
},
780
"text": "Your Time:",
781
"align": "center",
782
"position": {
783
"x": 164.7,
784
"y": 9.4
785
},
786
"color": "#f8d53a",
787
"type": "text"
788
},
789
"achievement_container": {
790
"file": "gp_achievement_container.png",
791
"image": "SIMPLE",
792
"type": "sprite",
793
"alignment": {
794
"type": "BOTTOM_RIGHT",
795
"offset": {
796
"x": 3.4,
797
"y": -390.6
798
}
799
}
800
},
801
"achievement_container/title": {
802
"font": {
803
"name": "milocha",
804
"fontSize": 14
805
},
806
"text": "Achievements unlocked!",
807
"align": "center",
808
"position": {
809
"x": 0.1,
810
"y": -28.3
811
},
812
"type": "text"
813
},
814
"achievement_container/description": {
815
"font": {
816
"name": "milocha",
817
"fontSize": 14
818
},
819
"text": "Thanks\nBox !",
820
"align": "left",
821
"position": {
822
"x": 0.9,
823
"y": 5.2
824
},
825
"anchor": {
826
"x": 0,
827
"y": 0.5
828
},
829
"type": "text"
830
},
831
"achievement_container/image": {
832
"file": "trop_star2_unlock.png",
833
"image": "SIMPLE",
834
"position": {
835
"x": -38.3,
836
"y": 5
837
},
838
"type": "sprite"
839
}
840
}
841
}
842