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