blob: ae366a09e01d08401a8c65bf0a276d3e1cae8e4f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
---
root:
items:
- type: rect
bounds: 0 0 800 200
color: [255, 0, 0, 1]
- type: rect
bounds: 50 50 100 100
color: [255, 255, 0, 1]
- type: rect
bounds: 300 50 400 100
color: [255, 0, 255, 1]
|