Click below to select all. Click again to clear so you can select a portion of the snippet.
function wall(x, y, width, height) { return Matter.Bodies.rectangle(x, y, width, height, { chamfer: { radius: 10 } }); }