linear-backdrop.yaml (337B)
1 --- 2 root: 3 items: 4 - type: rect 5 bounds: 0 0 800 450 6 color: red 7 - type: "scroll-frame" 8 bounds: 0 0 800 450 9 clip-rect: 0 0 800 450 10 id: 2 11 - type: gradient 12 bounds: 0 0 800 450 13 spatial-id: 2 14 start: 100 100 15 end: 700 350 16 stops: [ 0.0, [255, 255, 255, 1], 1.0, [0,0,0,1] ]