17 lines
No EOL
368 B
YAML
17 lines
No EOL
368 B
YAML
---
|
|
root:
|
|
items:
|
|
- type: scroll-frame
|
|
id: 2
|
|
bounds: [9, 9, 10, 10]
|
|
content-size: [95, 88]
|
|
clip-to-frame: true
|
|
items:
|
|
- type: scroll-frame
|
|
bounds: [0, 0, 100, 100]
|
|
items:
|
|
- type: rect
|
|
bounds: [0, 0, 100, 100]
|
|
color: blue
|
|
clip-chain: [2]
|
|
|