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": [13, 8], | 10 "position": [13, 8], |
11 "bounds": [50, 50], | 11 "bounds": [50, 50], |
12 "contentsOpaque": true, | 12 "contentsOpaque": true, |
| 13 "drawsContent": true, |
13 "backgroundColor": "#008000" | 14 "backgroundColor": "#008000" |
14 }, | 15 }, |
15 { | 16 { |
16 "position": [13, 73], | 17 "position": [13, 73], |
17 "bounds": [60, 60], | 18 "bounds": [60, 60], |
18 "contentsOpaque": true, | 19 "contentsOpaque": true, |
19 "drawsContent": true, | 20 "drawsContent": true, |
20 "backgroundColor": "#008000" | 21 "backgroundColor": "#008000" |
21 }, | 22 }, |
22 { | 23 { |
23 "position": [13, 138], | 24 "position": [13, 138], |
24 "bounds": [60, 60], | 25 "bounds": [60, 60], |
25 "contentsOpaque": true, | 26 "contentsOpaque": true, |
26 "drawsContent": true, | 27 "drawsContent": true, |
27 "backgroundColor": "#008000" | 28 "backgroundColor": "#008000" |
28 }, | 29 }, |
29 { | 30 { |
30 "position": [13, 203], | 31 "position": [13, 203], |
31 "bounds": [50, 50], | 32 "bounds": [50, 50], |
32 "contentsOpaque": true, | 33 "contentsOpaque": true, |
33 "drawsContent": true, | 34 "drawsContent": true, |
34 "backgroundColor": "#008000" | 35 "backgroundColor": "#008000" |
35 } | 36 } |
36 ] | 37 ] |
37 } | 38 } |
38 ] | 39 ] |
39 } | 40 } |
40 | 41 |
OLD | NEW |