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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
|
{
"Contents": {
"Type": "gridrow",
"Style": {
"BackgroundColor": "#f0aa00",
"Padding": 0.01
},
"BackgroundElement": {
"Type": "image",
"TextureName": "core/bg_placeholder.png"
},
"Children": [
{
"Type": "void",
"Weight": 3
},
{
"Type": "gridcolumn",
"Weight": 1,
"Spacing": 0.01,
"Style": {
"Padding": 0.01
},
"Children": [
{
"Type": "void",
"Weight": 0.1
},
{
"Type": "label",
"Text": "Ruines of Rafdolon",
"Style": {
"Padding": 0.075,
"FontColor": "#8c1e03"
},
"BackgroundElement": {
"Type": "image",
"TextureName": "core/button_placeholder.png"
}
},
{
"Type": "label",
"Text": "Load a demo scene",
"Style": {
"Padding": 0.075,
"FontColor": "#8c1e03"
},
"BackgroundElement": {
"Type": "image",
"TextureName": "core/button_placeholder.png"
}
},
{
"Type": "void",
"Weight": 3
}
]
}
]
}
}
|