degressor Posted July 16, 2017 Share Posted July 16, 2017 Hi, I would like to create a responsive game and ask me, what is the easiest way to resize everything in the game? I did a group for the sprites and is working to resize them, but if I would create new sprites dynamically or do a movement, I also need to recalculate all coordinates, right? Or is there a better way? Link to comment Share on other sites More sharing options...
ncil Posted July 17, 2017 Share Posted July 17, 2017 Hello! Have you read through this short book? It covers the Scale Manager and basic implementation for responsive games. https://leanpub.com/phaserscalemanager Link to comment Share on other sites More sharing options...
robertoprince Posted July 18, 2017 Share Posted July 18, 2017 Hi, I am new but I think the Docs seem very clear and easy to use, check this out https://photonstorm.github.io/phaser-ce/Phaser.ScaleManager.html or if you use the 2.6.2 http://phaser.io/docs/2.6.2/Phaser.ScaleManager.html Link to comment Share on other sites More sharing options...
degressor Posted July 18, 2017 Author Share Posted July 18, 2017 Thank you nail for the answer and the book, I'll read it. Link to comment Share on other sites More sharing options...
Recommended Posts