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