1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
|
[
{
"areas": [
{
"height": 1920,
"name": "ControleBar",
"width": 1080,
"x": 0,
"y": 0,
"zorder": 0
},
{
"height": 1920,
"name": "HomeButton",
"width": 100,
"x": 0,
"y": 0,
"zorder": 0
}
],
"name": "HomeScreenBasic"
},
{
"areas": [
{
"height": 1280,
"name": "Main",
"width": 1080,
"x": 0,
"y": 300,
"zorder": 0
},
{
"height": 1280,
"name": "Sub",
"width": 1080,
"x": 0,
"y": 600,
"zorder": 0
}
],
"name": "ApssHalfBasic"
}
]
|