Strutyk Posted February 16, 2015 Share Posted February 16, 2015 Hi all. How to scale all(tiles, sprites ect...) except canvas, for game with the width and height of 100% on all devices?game.scale.scaleMode = Phaser.ScaleManager.USER_SCALE;if(game.width < 667){game.scale.setUserScale(0.5,0.5) } Link to comment Share on other sites More sharing options...
Strutyk Posted February 22, 2015 Author Share Posted February 22, 2015 I realized, resize can do everything except tilemap Link to comment Share on other sites More sharing options...
Recommended Posts