Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
RishiRecon
GitHub Repository: RishiRecon/exploits
Path: blob/main/misc/vex5/assets/ui/ui_options.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": "sfx_title"
16
},
17
{
18
"name": "sfx_button",
19
"children": [
20
{
21
"name": "sfx_text"
22
}
23
]
24
},
25
{
26
"name": "check_box"
27
},
28
{
29
"name": "check"
30
},
31
{
32
"name": "auto_save_text"
33
},
34
{
35
"name": "music_title"
36
},
37
{
38
"name": "music_button",
39
"children": [
40
{
41
"name": "music_text"
42
}
43
]
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": 6.2,
65
"y": 5.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": -192.8,
78
"y": -165.8
79
},
80
"anchor": {
81
"x": 0,
82
"y": 0.5
83
},
84
"type": "text"
85
},
86
"container/close": {
87
"file": "op_close_button.png",
88
"image": "SIMPLE",
89
"position": {
90
"x": 210.6,
91
"y": -173.3
92
},
93
"type": "button"
94
},
95
"container/sfx_title": {
96
"font": {
97
"name": "milocha",
98
"fontSize": 27
99
},
100
"text": "SFX",
101
"align": "center",
102
"position": {
103
"x": 0,
104
"y": -107.9
105
},
106
"type": "text"
107
},
108
"container/sfx_button": {
109
"file": "pa_on_button.png",
110
"image": "SIMPLE",
111
"position": {
112
"x": 0,
113
"y": -66.2
114
},
115
"type": "button"
116
},
117
"container/sfx_button/sfx_text": {
118
"font": {
119
"name": "milocha",
120
"fontSize": 28
121
},
122
"text": "ON",
123
"align": "center",
124
"position": {
125
"x": 0,
126
"y": -0.5
127
},
128
"type": "text"
129
},
130
"container/check_box": {
131
"file": "pa_check_box.png",
132
"image": "SIMPLE",
133
"position": {
134
"x": 91.1,
135
"y": 121.5
136
},
137
"type": "sprite"
138
},
139
"container/check": {
140
"file": "pa_check.png",
141
"image": "SIMPLE",
142
"position": {
143
"x": 91.1,
144
"y": 121.5
145
},
146
"type": "sprite"
147
},
148
"container/auto_save_text": {
149
"font": {
150
"name": "milocha",
151
"fontSize": 22
152
},
153
"text": "Auto reset when\nbest time passed",
154
"align": "center",
155
"position": {
156
"x": -25.7,
157
"y": 121.5
158
},
159
"type": "text"
160
},
161
"container/music_title": {
162
"font": {
163
"name": "milocha",
164
"fontSize": 27
165
},
166
"text": "SFX",
167
"align": "center",
168
"position": {
169
"x": 0,
170
"y": -1.3
171
},
172
"type": "text"
173
},
174
"container/music_button": {
175
"file": "pa_on_button.png",
176
"image": "SIMPLE",
177
"position": {
178
"x": 0,
179
"y": 40.4
180
},
181
"type": "button"
182
},
183
"container/music_button/music_text": {
184
"font": {
185
"name": "milocha",
186
"fontSize": 28
187
},
188
"text": "ON",
189
"align": "center",
190
"position": {
191
"x": 0,
192
"y": -0.5
193
},
194
"type": "text"
195
}
196
}
197
}
198