Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

It seems like I can't start the game? My character doesn't jump high enough to touch the doors.

I don't know what to do with this problem right now. Everything works fine for me. I will probably solve it after the Jam. Thanks for the comment!

(+1)

I got it working by limiting my monitor to 60Hz. When implementing physics/movement, you need to multiply velocities/forces by the time step of the update function (e.g. Time.deltaTime in unity), otherwise your player's speed will change depending on the game's FPS. Otherwise, the game's got a great concept, well done.

Oh, thanks for the solution (I totally forgot about delta time), I will take it into account, and for the feedback! I appreciate it!