20 - Gravity
Created on Tuesday, 02 September 2025
The goal is on the ceiling. How do you get there? Simple: touch the icon, flip gravity, and fall upwards.
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": 920}
],
"walls": [
{"width": 1700, "height": 2000}
],
"block": [
{"x": 0, "y": 1550, "width": 350, "height": 900}
],
"gravity" : [
{"x": 800, "y": 1400}
],
"filename": "20 - Gravity.json",
"goal": [ {
"height": 300,
"width": 300,
"x": 1400,
"y": 10
} ]
}
]