OLD | NEW |
1 { | 1 { |
2 "bounds": [800, 600], | 2 "bounds": [800, 600], |
3 "children": [ | 3 "children": [ |
4 { | 4 { |
5 "bounds": [800, 600], | 5 "bounds": [800, 600], |
6 "contentsOpaque": true, | 6 "contentsOpaque": true, |
7 "drawsContent": true, | 7 "drawsContent": true, |
8 "children": [ | 8 "children": [ |
9 { | 9 { |
10 "position": [0, 50], | 10 "position": [0, 50], |
11 "bounds": [800, 550], | 11 "bounds": [800, 550], |
12 "contentsOpaque": true, | 12 "contentsOpaque": true, |
| 13 "drawsContent": true, |
13 "backgroundColor": "#ADD8E6", | 14 "backgroundColor": "#ADD8E6", |
14 "children": [ | 15 "children": [ |
15 { | 16 { |
16 "bounds": [800, 550], | 17 "bounds": [800, 550], |
17 "children": [ | 18 "children": [ |
18 { | 19 { |
19 "position": [400, -10], | 20 "position": [400, -10], |
20 "bounds": [24, 100], | 21 "bounds": [24, 100], |
21 "contentsOpaque": true, | 22 "contentsOpaque": true, |
22 "drawsContent": true, | 23 "drawsContent": true, |
23 "backgroundColor": "#D3D3D3" | 24 "backgroundColor": "#D3D3D3" |
24 } | 25 } |
25 ] | 26 ] |
26 } | 27 } |
27 ] | 28 ] |
28 }, | 29 }, |
29 { | 30 { |
30 "bounds": [800, 60], | 31 "bounds": [800, 60], |
31 "contentsOpaque": true, | 32 "contentsOpaque": true, |
32 "drawsContent": true, | 33 "drawsContent": true, |
33 "backgroundColor": "#008000" | 34 "backgroundColor": "#008000" |
34 } | 35 } |
35 ] | 36 ] |
36 } | 37 } |
37 ] | 38 ] |
38 } | 39 } |
39 | 40 |
OLD | NEW |