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 "children": [ | 10 "position": [105, 105], |
11 { | 11 "transformOrigin": [75, 75], |
12 "position": [105, 105], | 12 "bounds": [125, 125], |
13 "transformOrigin": [75, 75], | 13 "drawsContent": true, |
14 "bounds": [125, 125], | 14 "backgroundColor": "#000000" |
15 "drawsContent": true, | 15 }, |
16 "backgroundColor": "#000000" | 16 { |
17 }, | 17 "bounds": [125, 125], |
18 { | 18 "drawsContent": true, |
19 "bounds": [125, 125], | 19 "backgroundColor": "#008000" |
20 "drawsContent": true | |
21 } | |
22 ] | |
23 } | 20 } |
24 ] | 21 ] |
25 } | 22 } |
26 ] | 23 ] |
27 } | 24 } |
28 | 25 |
OLD | NEW |