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 "children": [ | 7 "children": [ |
8 { | 8 { |
9 "bounds": [800, 600], | 9 "bounds": [800, 600], |
10 "drawsContent": true, | 10 "drawsContent": true, |
11 "children": [ | 11 "children": [ |
12 { | 12 { |
13 "position": [8, 8], | 13 "position": [8, 8], |
14 "transformOrigin": [0, 0], | 14 "transformOrigin": [0, 0], |
15 "bounds": [160, 90], | 15 "bounds": [160, 90], |
16 "contentsOpaque": true, | 16 "contentsOpaque": true, |
17 "drawsContent": true, | 17 "drawsContent": true, |
18 "backgroundColor": "#FF0000", | 18 "backgroundColor": "#FF0000" |
19 "children": [ | |
20 { | |
21 "bounds": [160, 90], | |
22 "drawsContent": true | |
23 } | |
24 ] | |
25 }, | 19 }, |
26 { | 20 { |
27 "bounds": [800, 600], | 21 "bounds": [800, 600], |
28 "drawsContent": true | 22 "drawsContent": true |
29 } | 23 } |
30 ] | 24 ] |
31 } | 25 } |
32 ] | 26 ] |
33 } | 27 } |
34 ] | 28 ] |
35 } | 29 } |
36 | 30 |
OLD | NEW |