blob: f388e7c5936132c4348181289b027c94ddf4a01d (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
---
root:
items:
# basic - 4 tiles spaced out with no clipping
- type: gradient
bounds: 50 50 500 500
start: 0 100
end: 200 100
stops: [0, red, 1, blue]
tile-size: 200 200
tile-spacing: 100 100
|