phaser-plugin-game-scale
phaser-plugin-game-scale copied to clipboard
this.game.resize seems broken in phaser 3.16.2
Hi, samme! first of all, thank you for making this awesome plugin :)
The plugin was working very well until I update phaser to 3.16.2. It is showing error in GameScenePlugin.js on line this.game.resize(width, height);
In new phaser resize function has been removed & we need to use scale manager resize function instead. I try to update it with same and resolved the error but now the game is not getting resized.
can you please look into this?
Thank you.
Hi. I'd assumed that in v3.16 people would just use the built-in Scale Manager instead of the plugin. I haven't tried it yet myself so I don't really know.