Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Ah, I think you have a frame-rate physics problem! My character does not jump nearly that high.

Oh that's strange! You should be able to adjust your height by holding the spacebar (longer hold = bigger jump) 🤔 since it seems confusing I'll add that to the description; hopefully whichever version you're playing doesn't have a bug

(+1)

Yes I can jump higher by holding space, but not that high! This bug is usually because of an effect called frame rate physics, where the physics are called every frame but the frame rate is not consistent across two different setups. If you put all the movement code in _physics_process that should fix this, alternatively you can mess around with the delta variable but it's more finnicky.

(+1)

Sorry for the delay, here is a video of me doing a jump while holding space as long as I can, and as you can see, I'm not getting the jump height similar to your clip. This is on the web version of the game.
https://streamable.com/pmx9vn

(+1)

Hmmm I see, I'll have to bring it up to GugloPWN after the jam since we can't edit files during voting. Thank you!

(+1)

Thanks for the feedback! I am new to Godot and had seen som warnings about messing with things during the physics process. Everything is basically stuck together with chewing gum. I'll put the game on GitHub later for anyone who is curious.