Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
RishiRecon
GitHub Repository: RishiRecon/exploits
Path: blob/main/misc/vex4/assets/ui/ui_level_complete.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": "rank"
16
},
17
{
18
"name": "time"
19
},
20
{
21
"name": "play"
22
},
23
{
24
"name": "trophies"
25
},
26
{
27
"name": "reload"
28
}
29
]
30
}
31
]
32
},
33
"properties": {
34
"Canvas": {
35
"design": {
36
"width": 960,
37
"height": 440
38
},
39
"type": "canvas"
40
},
41
"container": {
42
"file": "lc_container.png",
43
"image": "SIMPLE",
44
"type": "sprite",
45
"alignment": {
46
"type": "CENTER",
47
"offset": {
48
"x": 0,
49
"y": -7.4
50
},
51
"scale": {
52
"x": 1,
53
"y": 0.75
54
}
55
}
56
},
57
"container/title": {
58
"font": {
59
"name": "milocha",
60
"fontSize": 43
61
},
62
"text": "Pause",
63
"align": "center",
64
"position": {
65
"x": 0.2,
66
"y": -211.8
67
},
68
"type": "text"
69
},
70
"container/close": {
71
"file": "lc_close_button.png",
72
"image": "SIMPLE",
73
"position": {
74
"x": 193.7,
75
"y": -216.5
76
},
77
"type": "button"
78
},
79
"container/rank": {
80
"file": "lc_bronze_text.png",
81
"image": "SIMPLE",
82
"align": "center",
83
"position": {
84
"x": 0,
85
"y": -140
86
},
87
"type": "sprite"
88
},
89
"container/time": {
90
"font": {
91
"name": "milocha",
92
"fontSize": 35
93
},
94
"text": "00:00:00",
95
"align": "center",
96
"position": {
97
"x": 0,
98
"y": -92
99
},
100
"type": "text"
101
},
102
"container/play": {
103
"file": "lc_play_button.png",
104
"image": "SIMPLE",
105
"position": {
106
"x": 0.9,
107
"y": 16.3
108
},
109
"type": "button"
110
},
111
"container/trophies": {
112
"file": "lc_trophies_button.png",
113
"image": "SIMPLE",
114
"position": {
115
"x": -80,
116
"y": 128.5
117
},
118
"type": "button"
119
},
120
"container/reload": {
121
"file": "lc_reload_button.png",
122
"image": "SIMPLE",
123
"position": {
124
"x": 80,
125
"y": 129
126
},
127
"type": "button"
128
}
129
}
130
}
131