Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

I feel similarly, that the gravity makes this game QUITE challenging.  Ha-ha!

 @possiblyAxolotl , how does one go about adjusting the gravity, as you were mentioning in the reply above?

it’s not super straightforward but each level is stored in a JSON file so if you were to go into the game’s “data” folder where the levels are stored you could add the line

"grav" : (your gravity here),

and it would change the gravity. Default gravity is 0.2 so 0.1 would be half gravity, the rest is pretty self-explanatory