Skip to main content

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

Never mind, I went back and did it properly. I got to level 4. But man, level 3 was hardwood hard core.

My problem was, I didn't read the list of controls to learn you can rotate the logs. After reading the controls list properly I was able to go much more efficiently.

Just curious, do you scale all of your physics by delta? If not, some things may be framerate dependent.

It shouldn't be frame rate dependent. I'm pretty sure you can just set the velocity of a characterbody in godot and it'll handle all the frame rate stuff.