Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
RishiRecon
GitHub Repository: RishiRecon/exploits
Path: blob/main/misc/vex5/assets/ui/ui_main_menu.json
28515 views
1
{
2
"hierarchy": {
3
"name": "Canvas",
4
"children": [
5
{
6
"name": "decor"
7
},
8
{
9
"name": "logo"
10
},
11
{
12
"name": "play"
13
},
14
{
15
"name": "trophies"
16
},
17
{
18
"name": "settings"
19
},
20
{
21
"name": "challenge"
22
}
23
]
24
},
25
"properties": {
26
"Canvas": {
27
"design": {
28
"width": 960,
29
"height": 640
30
},
31
"type": "canvas"
32
},
33
"decor": {
34
"file": "mm_decor.png",
35
"image": "SIMPLE",
36
"type": "sprite",
37
"alignment": {
38
"type": "BOTTOM_CENTER",
39
"offset": {
40
"x": 0,
41
"y": 0.7
42
}
43
}
44
},
45
"logo": {
46
"file": "mm_logo.png",
47
"image": "SIMPLE",
48
"type": "sprite",
49
"alignment": {
50
"type": "TOP_CENTER",
51
"offset": {
52
"x": 0,
53
"y": -104
54
}
55
}
56
},
57
"play": {
58
"file": "mm_play_buttton.png",
59
"image": "SIMPLE",
60
"type": "button",
61
"alignment": {
62
"type": "BOTTOM_CENTER",
63
"offset": {
64
"x": 0,
65
"y": -69
66
}
67
}
68
},
69
"trophies": {
70
"file": "mm_trophy_button.png",
71
"image": "SIMPLE",
72
"type": "button",
73
"alignment": {
74
"type": "BOTTOM_CENTER",
75
"offset": {
76
"x": -193,
77
"y": -93.5
78
}
79
}
80
},
81
"settings": {
82
"file": "mm_settings_button.png",
83
"image": "SIMPLE",
84
"type": "button",
85
"alignment": {
86
"type": "TOP_RIGHT",
87
"offset": {
88
"x": "-2%",
89
"y": -13
90
}
91
}
92
},
93
"challenge": {
94
"file": "mm_challenge_room_button.png",
95
"image": "SIMPLE",
96
"type": "button",
97
"alignment": {
98
"type": "BOTTOM_CENTER",
99
"offset": {
100
"x": 190,
101
"y": -94.5
102
}
103
}
104
}
105
}
106
}
107