blob: 850468f180653d6e3b4c3265ac4a2076ae4dbf90 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
root:
items:
- type: scroll-frame
bounds: [0, 0, 500, 500]
content-size: [1000, 1000]
scroll-offset: [0, 300]
items:
- type: scroll-frame
bounds: [0, 300, 50, 50]
items:
- type: scroll-frame
bounds: [0, 300, 50, 50]
items:
- type: rect
bounds: [0, 300, 50, 50]
color: green
|