blob: dd85ffdae5c04df25715a89b85423893b6f7a0c4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
---
root:
items:
- type: rect
bounds: 0 0 800 450
color: red
- type: "scroll-frame"
bounds: 0 0 800 450
clip-rect: 0 0 800 450
id: 2
- type: gradient
bounds: 0 0 800 450
spatial-id: 2
start: 20 20
end: 80 50
stops: [ 0.0, [255, 255, 255, 1], 1.0, [0,0,0,1] ]
tile-size: 100 100
tile-spacing: 20 20
|