Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
RishiRecon
GitHub Repository: RishiRecon/exploits
Path: blob/main/misc/vex5/assets/ui/ui_lvl_complete.json
28515 views
1
{
2
"hierarchy": {
3
"name": "Canvas",
4
"children": [
5
{
6
"name": "container",
7
"children": [
8
{
9
"name": "title"
10
},
11
{
12
"name": "close"
13
},
14
{
15
"name": "play"
16
},
17
{
18
"name": "trophies"
19
},
20
{
21
"name": "reload"
22
},
23
{
24
"name": "image"
25
},
26
{
27
"name": "time"
28
}
29
]
30
}
31
]
32
},
33
"properties": {
34
"Canvas": {
35
"design": {
36
"width": 960,
37
"height": 640
38
},
39
"type": "canvas"
40
},
41
"container": {
42
"file": "gp_difficulty_container.png",
43
"image": "SIMPLE",
44
"type": "sprite",
45
"alignment": {
46
"type": "CENTER",
47
"offset": {
48
"x": -2.8,
49
"y": 23.1
50
}
51
}
52
},
53
"container/title": {
54
"font": {
55
"name": "milocha",
56
"fontSize": 45,
57
"lineHeight": 45
58
},
59
"text": "Level Complete",
60
"align": "center",
61
"position": {
62
"x": -14,
63
"y": -144
64
},
65
"type": "text"
66
},
67
"container/close": {
68
"file": "op_close_button.png",
69
"image": "SIMPLE",
70
"position": {
71
"x": 167.1,
72
"y": -147.7
73
},
74
"type": "button"
75
},
76
"container/play": {
77
"file": "pa_play_button.png",
78
"image": "SIMPLE",
79
"position": {
80
"x": 2,
81
"y": 3
82
},
83
"type": "button"
84
},
85
"container/trophies": {
86
"file": "pa_trophies_button.png",
87
"image": "SIMPLE",
88
"position": {
89
"x": -56,
90
"y": 105.6
91
},
92
"type": "button"
93
},
94
"container/reload": {
95
"file": "pa_reload_button.png",
96
"image": "SIMPLE",
97
"position": {
98
"x": 65,
99
"y": 103.6
100
},
101
"type": "button"
102
},
103
"container/image": {
104
"file": "perfect.png",
105
"image": "SIMPLE",
106
"position": {
107
"x": -120.3,
108
"y": -72.9
109
},
110
"scale": {
111
"x": 1.2,
112
"y": 1.2
113
},
114
"type": "sprite"
115
},
116
"container/time": {
117
"font": {
118
"name": "milocha",
119
"fontSize": 44,
120
"lineHeight": 44
121
},
122
"text": "00:00:00",
123
"align": "center",
124
"position": {
125
"x": 2,
126
"y": -71
127
},
128
"type": "text"
129
}
130
}
131
}
132