blob: f57621e6b782da90a421d65a85c5e59bffd4c9b4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
{
"bounds": [800, 600],
"children": [
{
"bounds": [800, 600],
"contentsOpaque": true,
"drawsContent": true,
"backgroundColor": "#FF0000",
"children": [
{
"position": [50, 50],
"bounds": [100, 100],
"contentsOpaque": true,
"drawsContent": true,
"backgroundColor": "#008000"
}
]
}
]
}
|