22 - Bumpers

Created on Tuesday, 02 September 2025

A bouncy bonanza! This level is packed with bumpers that will send you ricocheting all over the place.


Rate this Level



Level Source Data

You can copy this code to use as a template for your own creations in the Level Editor.

[ {
    "arcs": [ {
       "angle": 280,
       "degrees": 340,
       "width": 2500,
       "x": 2000,
       "y": 3000
    } ],
    "block": [ {
       "height": 900,
       "width": 350,
       "x": 0,
       "y": 1500
    }, {
       "height": 500,
       "width": 20,
       "x": 1780,
       "y": 1520
    }, {
       "height": 500,
       "width": 20,
       "x": 2220,
       "y": 1520
    } ],
    "circles": [ {
       "bodyType": "static",
       "isBumper": true,
       "radius": 100,
       "x": 1500,
       "y": 2500
    }, {
       "bodyType": "static",
       "isBumper": true,
       "radius": 100,
       "x": 2500,
       "y": 2500
    }, {
       "bodyType": "static",
       "isBumper": true,
       "radius": 100,
       "x": 1500,
       "y": 3500
    }, {
       "bodyType": "static",
       "isBumper": true,
       "radius": 100,
       "x": 2500,
       "y": 3500
    }, {
       "bodyType": "static",
       "isBumper": true,
       "radius": 100,
       "x": 1900,
       "y": 3000
    }, {
       "bodyType": "static",
       "isBumper": true,
       "radius": 100,
       "x": 2100,
       "y": 3000
    }, {
       "bodyType": "static",
       "isBumper": true,
       "radius": 100,
       "x": 1100,
       "y": 3000
    }, {
       "bodyType": "static",
       "isBumper": true,
       "radius": 100,
       "x": 2900,
       "y": 3000
    }, {
       "bodyType": "static",
       "isBumper": true,
       "radius": 100,
       "x": 2000,
       "y": 3800
    } ],        
    "flippers": [
      { "x": 2400, "y": 3800, "angle" : 45, "side" : "left" },
      { "x": 2800, "y": 3800, "angle" : 315, "side" : "right" }
    ], 
    "filename": "22 - Bumpers.json",
    "points": 100,
    "ragdoll": [ {
       "x": 100,
       "y": 880
    } ],
    "walls": [ {
       "height": 4350,
       "width": 4000
    } ]
 } ]