Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
RishiRecon
GitHub Repository: RishiRecon/exploits
Path: blob/main/misc/vex4/assets/ui/ui_pause.json
36112 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": "music_title"
39
},
40
{
41
"name": "music_button",
42
"children": [
43
{
44
"name": "music_text"
45
}
46
]
47
},
48
{
49
"name": "check_box"
50
},
51
{
52
"name": "check"
53
},
54
{
55
"name": "auto_save_text"
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": 0,
77
"y": -7.4
78
}
79
}
80
},
81
"container/title": {
82
"font": {
83
"name": "milocha",
84
"fontSize": 43
85
},
86
"text": "Pause",
87
"align": "center",
88
"position": {
89
"x": 0.2,
90
"y": -211.8
91
},
92
"type": "text"
93
},
94
"container/close": {
95
"file": "pa_close_button.png",
96
"image": "SIMPLE",
97
"position": {
98
"x": 193.7,
99
"y": -216.5
100
},
101
"type": "button"
102
},
103
"container/play": {
104
"file": "pa_play_button.png",
105
"image": "SIMPLE",
106
"position": {
107
"x": 0.9,
108
"y": -116.3
109
},
110
"type": "button"
111
},
112
"container/home": {
113
"file": "pa_home_button.png",
114
"image": "SIMPLE",
115
"position": {
116
"x": -120.8,
117
"y": 8.8
118
},
119
"type": "button"
120
},
121
"container/trophies": {
122
"file": "pa_trophies_button.png",
123
"image": "SIMPLE",
124
"position": {
125
"x": 0.8,
126
"y": 8.6
127
},
128
"type": "button"
129
},
130
"container/reload": {
131
"file": "pa_reload_button.png",
132
"image": "SIMPLE",
133
"position": {
134
"x": 122.3,
135
"y": 9.1
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": -94.6,
148
"y": 73.1
149
},
150
"type": "text"
151
},
152
"container/sfx_button": {
153
"file": "pa_on_button.png",
154
"image": "SIMPLE",
155
"position": {
156
"x": -94.6,
157
"y": 119.1
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": 3.5
171
},
172
"type": "text"
173
},
174
"container/music_title": {
175
"font": {
176
"name": "milocha",
177
"fontSize": 27
178
},
179
"text": "SFX",
180
"align": "center",
181
"position": {
182
"x": 103,
183
"y": 73
184
},
185
"type": "text"
186
},
187
"container/music_button": {
188
"file": "pa_off_button.png",
189
"image": "SIMPLE",
190
"position": {
191
"x": 103,
192
"y": 119
193
},
194
"type": "button"
195
},
196
"container/music_button/music_text": {
197
"font": {
198
"name": "milocha",
199
"fontSize": 28
200
},
201
"text": "OFF",
202
"align": "center",
203
"position": {
204
"x": 0,
205
"y": 3.5
206
},
207
"type": "text"
208
},
209
"container/check_box": {
210
"file": "pa_check_box.png",
211
"image": "SIMPLE",
212
"position": {
213
"x": 90,
214
"y": 192.5
215
},
216
"type": "sprite"
217
},
218
"container/check": {
219
"file": "pa_check.png",
220
"image": "SIMPLE",
221
"position": {
222
"x": 90,
223
"y": 192.5
224
},
225
"type": "sprite"
226
},
227
"container/auto_save_text": {
228
"font": {
229
"name": "milocha",
230
"fontSize": 22
231
},
232
"text": "Auto reset when\nbest time passed",
233
"align": "center",
234
"position": {
235
"x": -24,
236
"y": 197.3
237
},
238
"type": "text"
239
}
240
}
241
}
242