14 lines
271 B
YAML
14 lines
271 B
YAML
---
|
|
root:
|
|
items:
|
|
- type: rect
|
|
bounds: 0 0 800 450
|
|
color: red
|
|
- type: gradient
|
|
bounds: 0 0 800 450
|
|
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
|
|
|