10 lines
223 B
YAML
10 lines
223 B
YAML
root:
|
|
items:
|
|
- type: scroll-frame
|
|
bounds: [10, 10, 50, 100]
|
|
content-size: [50, 200]
|
|
scroll-offset: [0, 50]
|
|
items:
|
|
- type: rect
|
|
bounds: [10, 60, 50, 50]
|
|
color: green
|