lukefrost Posted February 16, 2017 Share Posted February 16, 2017 I am making a HTML5 game but when the game displays it is massively oversized as a quarter of the game fills the entire screen and doesn't allow you to scroll down which makes it impossible to play the game. How do I scale it so that it fits on desktop and mobile browsers correctly so that it shows the whole game? And which file do I put the necessary code into? Link to comment Share on other sites More sharing options...
mwissink Posted February 17, 2017 Share Posted February 17, 2017 Have you tried taking a look at the Scale Manager object? That has all the necessary functions for scaling your game. I'd also recommend this thread, it looks like it could possible answer your question Link to comment Share on other sites More sharing options...
Recommended Posts