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
|
{
"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": "label",
"Text": "Ruines of Rafdolon",
"BackgroundElement": {
"Type": "image",
"TextureName": "testPackage/water.png"
}
},
{
"Type": "label",
"Text": "Load a demo scene"
},
{
"Type": "void",
"Weight": 3
}
]
}
]
}
}
|