Skip to main content

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

Good luck bug hunting! You might be able to make it so that the esc key always exits a page?

Thank you! Oh, space key already does that. But sometimes it decides "nope" :"D The weirdest thing is that the page is technically checking if the user pressed space in the update function. So as long as the page exists, it should always check and destroy the page if we hit space. Or whichever key I put in. So it's very interesting to try to hunt that bug down