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

Very nice and cozy feeling. Playing felt great and music was soothing. Congratulations. Also one minor suggestion. The character appears jittery when moving. I found a way to fix it by forcing the game fps to 60 which is the default physics fps. Also the character movement was handled in _physics_process() in my case. This might be a solution to the jitter. Great job with the game!

(1 edit) (+1)

thank you!! i thought i used physics_process in the game, but now that i think of it i might've forgotten to O.O thanks for pointing that out!

edit: checked the code and i did use physics_process haha

Have you also tried using the same value for Project Settings->Debug->Settings->Force Fps and Project Settings->Physics->Common->Physics Fps? For example 60 for both of them. When I change one of them the movement jitter appears but when they are the same, it is buttery smooth. If you haven't tried this, maybe give it a go.