16 lines
337 B
YAML
16 lines
337 B
YAML
---
|
|
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: 100 100
|
|
end: 700 350
|
|
stops: [ 0.0, [255, 255, 255, 1], 1.0, [0,0,0,1] ]
|