blob: aa2638782818d40f2ac00c984a87f83385d3b09b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
root:
items:
- type: rect
bounds: [0, 0, 50, 50]
color: green
- type: rect
bounds: [60, 0, 50, 50]
color: green
- type: rect
bounds: [120, 0, 50, 50]
color: green
- type: rect
bounds: [180, 0, 50, 50]
color: green
|