player { x: 140, y: 150 };

platform {
	x: 100, y: 150, w: 100, h: 20,
	type: "loop",
	path: [
		[ 0, 0, 20 ],
		[ 300, 0, 100 ],
		[ 300, 200, 20 ],
		[ 0, 200, 100 ],
	],
};

platform {
	x: 800, y: 150, w: 100, h: 20,
	path: [
		[ 0, 0 ],
		[ -300, -50 ],
	],
};

wall {
	x: 500, y: 400, w: 200, h: 20,
};

victory {
	x: 835, y: 120, w: 100, h: 20,
	physics: true,
};

platform { x: 100, y: 50, w: 100, h: 20 };