blob: 8b7feb205e7d0165645cbdc1aeacf959bac9b012 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
---
root:
items:
# slightly clip the last tile
- type: radial-gradient
bounds: 50 50 400 400
center: 100 100
radius: 100 100
stops: [0, red, 1, blue]
tile-size: 200 200
tile-spacing: 100 100
|