Skip to main content

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

Hey thanks for playing! After reading your feedback about the spacebar bug, I dove back into the code and was able to fix the bug! Thanks so much for letting us know about it!

(+1)

Thanks, Torple! What was the issue if you don't mind me asking, would like to be more informed

(+1)

Rather than checking for input every frame like it was supposed to be, it was checking at fixed frame intervals after a half second timer, making the input pretty random and frustrating. I was able to dive back in and reconfigure it to be correct and work as intended.