Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
RishiRecon
GitHub Repository: RishiRecon/exploits
Path: blob/main/misc/vex5/assets/ui/ui_pause.json
28541 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": "home"
19
},
20
{
21
"name": "trophies"
22
},
23
{
24
"name": "reload"
25
},
26
{
27
"name": "sfx_title"
28
},
29
{
30
"name": "sfx_button",
31
"children": [
32
{
33
"name": "sfx_text"
34
}
35
]
36
},
37
{
38
"name": "check_box"
39
},
40
{
41
"name": "check"
42
},
43
{
44
"name": "auto_save_text"
45
},
46
{
47
"name": "music_title"
48
},
49
{
50
"name": "music_button",
51
"children": [
52
{
53
"name": "music_text"
54
}
55
]
56
}
57
]
58
}
59
]
60
},
61
"properties": {
62
"Canvas": {
63
"design": {
64
"width": 960,
65
"height": 640
66
},
67
"type": "canvas"
68
},
69
"container": {
70
"file": "pa_container.png",
71
"image": "SIMPLE",
72
"type": "sprite",
73
"alignment": {
74
"type": "CENTER",
75
"offset": {
76
"x": -2.8,
77
"y": 23.1
78
}
79
}
80
},
81
"container/title": {
82
"font": {
83
"name": "milocha",
84
"fontSize": 64
85
},
86
"text": "PAUSE",
87
"align": "center",
88
"position": {
89
"x": 4.6,
90
"y": -220.7
91
},
92
"type": "text"
93
},
94
"container/close": {
95
"file": "op_close_button.png",
96
"image": "SIMPLE",
97
"position": {
98
"x": 193.7,
99
"y": -229.4
100
},
101
"type": "button"
102
},
103
"container/play": {
104
"file": "pa_play_button.png",
105
"image": "SIMPLE",
106
"position": {
107
"x": 2.4,
108
"y": -125.9
109
},
110
"type": "button"
111
},
112
"container/home": {
113
"file": "pa_home_button.png",
114
"image": "SIMPLE",
115
"position": {
116
"x": -119.6,
117
"y": -13.3
118
},
119
"type": "button"
120
},
121
"container/trophies": {
122
"file": "pa_trophies_button.png",
123
"image": "SIMPLE",
124
"position": {
125
"x": 3.5,
126
"y": -12.4
127
},
128
"type": "button"
129
},
130
"container/reload": {
131
"file": "pa_reload_button.png",
132
"image": "SIMPLE",
133
"position": {
134
"x": 124.6,
135
"y": -13.8
136
},
137
"type": "button"
138
},
139
"container/sfx_title": {
140
"font": {
141
"name": "milocha",
142
"fontSize": 27
143
},
144
"text": "SFX",
145
"align": "center",
146
"position": {
147
"x": -89.1,
148
"y": 61.7
149
},
150
"type": "text"
151
},
152
"container/sfx_button": {
153
"file": "pa_on_button.png",
154
"image": "SIMPLE",
155
"position": {
156
"x": -89.1,
157
"y": 102.9
158
},
159
"type": "button"
160
},
161
"container/sfx_button/sfx_text": {
162
"font": {
163
"name": "milocha",
164
"fontSize": 28
165
},
166
"text": "ON",
167
"align": "center",
168
"position": {
169
"x": 0,
170
"y": -0.5
171
},
172
"type": "text"
173
},
174
"container/check_box": {
175
"file": "pa_check_box.png",
176
"image": "SIMPLE",
177
"position": {
178
"x": 105.4,
179
"y": 186.3
180
},
181
"type": "sprite"
182
},
183
"container/check": {
184
"file": "pa_check.png",
185
"image": "SIMPLE",
186
"position": {
187
"x": 105.4,
188
"y": 186.3
189
},
190
"type": "sprite"
191
},
192
"container/auto_save_text": {
193
"font": {
194
"name": "milocha",
195
"fontSize": 22
196
},
197
"text": "Auto reset when\nbest time passed",
198
"align": "center",
199
"position": {
200
"x": -10.4,
201
"y": 187.8
202
},
203
"type": "text"
204
},
205
"container/music_title": {
206
"font": {
207
"name": "milocha",
208
"fontSize": 27
209
},
210
"text": "SFX",
211
"align": "center",
212
"position": {
213
"x": 99.9,
214
"y": 61.7
215
},
216
"type": "text"
217
},
218
"container/music_button": {
219
"file": "pa_on_button.png",
220
"image": "SIMPLE",
221
"position": {
222
"x": 99.9,
223
"y": 102.9
224
},
225
"type": "button"
226
},
227
"container/music_button/music_text": {
228
"font": {
229
"name": "milocha",
230
"fontSize": 28
231
},
232
"text": "ON",
233
"align": "center",
234
"position": {
235
"x": 0,
236
"y": -0.5
237
},
238
"type": "text"
239
}
240
}
241
}
242