toto88x Posted March 13, 2016 Share Posted March 13, 2016 Hi, I recently finished a game with Phaser that is 1000px wide. But I just realized that this is too wide, it should be 900px instead. Is there an easy way to scale my game down without having to change all the hard coded positions in my code? Like a change in css, or adding just one line of Javascript? I don't mind if the result is a little blurry, I just want a simple way to scale my game down. Thanks! Link to comment Share on other sites More sharing options...
drhayes Posted March 14, 2016 Share Posted March 14, 2016 There's the "setMinMax" method on the scale manager available at "game.scale.setMinMax". Try that, see if that works for you? Link to comment Share on other sites More sharing options...
Recommended Posts