Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
RishiRecon
GitHub Repository: RishiRecon/exploits
Path: blob/main/misc/vex4/assets/ui/ui_options.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": "sfx_title"
16
},
17
{
18
"name": "sfx_button",
19
"children": [
20
{
21
"name": "sfx_text"
22
}
23
]
24
},
25
{
26
"name": "music_title"
27
},
28
{
29
"name": "music_button",
30
"children": [
31
{
32
"name": "music_text"
33
}
34
]
35
},
36
{
37
"name": "check_box"
38
},
39
{
40
"name": "check"
41
},
42
{
43
"name": "auto_save_text"
44
}
45
]
46
}
47
]
48
},
49
"properties": {
50
"Canvas": {
51
"design": {
52
"width": 960,
53
"height": 640
54
},
55
"type": "canvas"
56
},
57
"container": {
58
"file": "op_container.png",
59
"image": "SIMPLE",
60
"type": "sprite",
61
"alignment": {
62
"type": "CENTER",
63
"offset": {
64
"x": 0,
65
"y": 1.9
66
}
67
}
68
},
69
"container/title": {
70
"font": {
71
"name": "milocha",
72
"fontSize": 43
73
},
74
"text": "Options",
75
"align": "center",
76
"position": {
77
"x": 22.9,
78
"y": -133.4
79
},
80
"type": "text"
81
},
82
"container/close": {
83
"file": "pa_close_button.png",
84
"image": "SIMPLE",
85
"position": {
86
"x": 191.7,
87
"y": -157.2
88
},
89
"type": "button"
90
},
91
"container/sfx_title": {
92
"font": {
93
"name": "milocha",
94
"fontSize": 27
95
},
96
"text": "SFX",
97
"align": "center",
98
"position": {
99
"x": -103.9,
100
"y": -44.2
101
},
102
"type": "text"
103
},
104
"container/sfx_button": {
105
"file": "pa_on_button.png",
106
"image": "SIMPLE",
107
"position": {
108
"x": -102.3,
109
"y": 1.8
110
},
111
"type": "button"
112
},
113
"container/sfx_button/sfx_text": {
114
"font": {
115
"name": "milocha",
116
"fontSize": 28
117
},
118
"text": "ON",
119
"align": "center",
120
"position": {
121
"x": 0,
122
"y": 3.5
123
},
124
"type": "text"
125
},
126
"container/music_title": {
127
"font": {
128
"name": "milocha",
129
"fontSize": 27
130
},
131
"text": "Music",
132
"align": "center",
133
"position": {
134
"x": 103.9,
135
"y": -44.2
136
},
137
"type": "text"
138
},
139
"container/music_button": {
140
"file": "pa_off_button.png",
141
"image": "SIMPLE",
142
"position": {
143
"x": 106.3,
144
"y": 1.8
145
},
146
"type": "button"
147
},
148
"container/music_button/music_text": {
149
"font": {
150
"name": "milocha",
151
"fontSize": 28
152
},
153
"text": "OFF",
154
"align": "center",
155
"position": {
156
"x": 0,
157
"y": 3.5
158
},
159
"type": "text"
160
},
161
"container/check_box": {
162
"file": "pa_check_box.png",
163
"image": "SIMPLE",
164
"position": {
165
"x": 90,
166
"y": 97.2
167
},
168
"type": "sprite"
169
},
170
"container/check": {
171
"file": "pa_check.png",
172
"image": "SIMPLE",
173
"position": {
174
"x": 90,
175
"y": 97.2
176
},
177
"type": "sprite"
178
},
179
"container/auto_save_text": {
180
"font": {
181
"name": "milocha",
182
"fontSize": 22
183
},
184
"text": "Auto reset when\nbest time passed",
185
"align": "center",
186
"position": {
187
"x": -24,
188
"y": 105.4
189
},
190
"type": "text"
191
}
192
}
193
}
194