Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
RishiRecon
GitHub Repository: RishiRecon/exploits
Path: blob/main/misc/vex4/assets/ui/ui_main_menu.json
36112 views
1
{
2
"hierarchy": {
3
"name": "Canvas",
4
"children": [
5
{
6
"name": "logo"
7
},
8
{
9
"name": "play",
10
"children": [
11
{
12
"name": "play_text"
13
}
14
]
15
},
16
{
17
"name": "trophies"
18
},
19
{
20
"name": "highscores"
21
},
22
{
23
"name": "challenge_room"
24
},
25
{
26
"name": "settings"
27
}
28
]
29
},
30
"properties": {
31
"Canvas": {
32
"design": {
33
"width": 960,
34
"height": 640
35
},
36
"type": "canvas"
37
},
38
"logo": {
39
"file": "mm_logo.png",
40
"image": "SIMPLE",
41
"type": "sprite",
42
"alignment": {
43
"type": "TOP_CENTER",
44
"offset": {
45
"x": 0,
46
"y": -40.8
47
}
48
}
49
},
50
"play": {
51
"file": "mm_play_buttton.png",
52
"image": "SLICED",
53
"slice": {
54
"top": 0,
55
"bottom": 0,
56
"left": 0,
57
"right": 0
58
},
59
"size": {
60
"width": 298,
61
"height": 118
62
},
63
"type": "button",
64
"alignment": {
65
"type": "CENTER",
66
"offset": {
67
"x": 0,
68
"y": 15.3
69
}
70
}
71
},
72
"play/play_text": {
73
"font": {
74
"name": "milocha",
75
"fontSize": 59
76
},
77
"text": "Play Game",
78
"align": "center",
79
"position": {
80
"x": 0.6,
81
"y": 5.8
82
},
83
"type": "text"
84
},
85
"trophies": {
86
"file": "mm_trophy_button.png",
87
"image": "SLICED",
88
"slice": {
89
"top": 0,
90
"bottom": 0,
91
"left": 0,
92
"right": 0
93
},
94
"size": {
95
"width": 85,
96
"height": 87
97
},
98
"type": "button",
99
"alignment": {
100
"type": "BOTTOM_CENTER",
101
"offset": {
102
"x": -150,
103
"y": "-15%"
104
}
105
}
106
},
107
"highscores": {
108
"file": "mm_highscore_button.png",
109
"image": "SLICED",
110
"slice": {
111
"top": 0,
112
"bottom": 0,
113
"left": 0,
114
"right": 0
115
},
116
"size": {
117
"width": 85,
118
"height": 87
119
},
120
"type": "button",
121
"alignment": {
122
"type": "BOTTOM_CENTER",
123
"offset": {
124
"x": -50,
125
"y": "-15%"
126
}
127
}
128
},
129
"challenge_room": {
130
"file": "mm_challenge_room_button.png",
131
"image": "SLICED",
132
"slice": {
133
"top": 0,
134
"bottom": 0,
135
"left": 0,
136
"right": 0
137
},
138
"size": {
139
"width": 85,
140
"height": 87
141
},
142
"type": "button",
143
"alignment": {
144
"type": "BOTTOM_CENTER",
145
"offset": {
146
"x": 50,
147
"y": "-15%"
148
}
149
}
150
},
151
"settings": {
152
"file": "mm_settings_button.png",
153
"image": "SLICED",
154
"slice": {
155
"top": 0,
156
"bottom": 0,
157
"left": 0,
158
"right": 0
159
},
160
"size": {
161
"width": 85,
162
"height": 87
163
},
164
"type": "button",
165
"alignment": {
166
"type": "BOTTOM_CENTER",
167
"offset": {
168
"x": 150,
169
"y": "-15%"
170
}
171
}
172
}
173
}
174
}
175