Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Happens~ On the game, I loved the atmosphere of it, graphics and the game-play loop. Had some small issues with the view not catching up to my character, but maybe that was intentional, otherwise solid work!

Yeah, that camera thing is a problem thanks to me using Update for camera movement instead of FixedUpdate. So the camera will be slower or faster depending on the amount of frames you get in the game. Fixed update will give a choppy camera movement, so I uploaded a version where camera movement is faster.