Skip to main content

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

Thank you for enjoying our game!

The built in full screen button comes from my own custom WebGL Template. It's a bit of a bear to add if you're not familiar with JavaScript, but essentially I just modified the index.html file by adding a <button>, making it look for a click, and telling it to requestFullscreen().

Thank you, that's helpful so I'll know what to look for now. :)