01 - Stairs
Created on Tuesday, 02 September 2025
Don't fall down the stairs... No wait, do that's the way you can score points.
Rate this Level
Level Source Data
You can copy this code to use as a template for your own creations in the Level Editor.
[
{
"ragdoll": [
{"x": 100, "y": 100}
],
"walls": [
{"width": 4000, "height": 2350}
],
"stairs": [
{"rectLeft" : 0,
"rectTop" : 260,
"rectWidth" : 180,
"rectHeight" : 18,
"rectExtend" : 20,
"horizontalExtend" : 20,
"amount" : 104}
],
"filename": "01 - Stairs.json",
"points": 200
}
]