Skip to main content

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

Fun little horror game, though I had issues with the Spacebar/Interact/Use button when wanting to skip dialogue barely ever working (And ranting about it) All I can assume is its a framerate difference perhaps or something else, it was frustrating but otherwise - wish the game was longer. 

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.