{ "xzbt": "0.1", "meta": { "id": "persistent-landscape", "name": "Persistent landscape", "version": "1.0.0", "description": "PRD 130 challenge 9; generic visual primitives only." }, "runtime": { "seed": 4208 }, "visuals": { "scene": { "coordinateSpace": "virtual", "width": 960, "height": 540, "background": "#101d25" }, "systems": { "landscape": { "type": "graphic", "content": { "sky": { "type": "rectangle", "size": { "width": 960, "height": 540 }, "style": { "fill": { "type": "linear-gradient", "from": { "x": 0, "y": 0 }, "to": { "x": 0, "y": 540 }, "stops": [ { "offset": 0, "color": "#aabcb8" }, { "offset": 1, "color": "#eddcb0" } ] } } }, "sun": { "type": "ellipse", "position": { "x": 735, "y": 120 }, "radius": 48, "style": { "fill": "#fff1c6" } }, "far": { "type": "polygon", "points": [ { "x": 0, "y": 390 }, { "x": 220, "y": 150 }, { "x": 470, "y": 340 }, { "x": 660, "y": 200 }, { "x": 960, "y": 410 }, { "x": 960, "y": 540 }, { "x": 0, "y": 540 } ], "style": { "fill": "#667e72" } }, "near": { "type": "spline", "closed": true, "points": [ { "x": 0, "y": 450 }, { "x": 250, "y": 320 }, { "x": 580, "y": 480 }, { "x": 960, "y": 380 }, { "x": 960, "y": 600 }, { "x": 0, "y": 600 } ], "style": { "fill": "#314c41" } } } } } } }