phaser-plugin-game-scale icon indicating copy to clipboard operation
phaser-plugin-game-scale copied to clipboard

this.game.resize seems broken in phaser 3.16.2

Open meetpatel1989 opened this issue 6 years ago • 1 comments

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.

meetpatel1989 avatar Feb 21 '19 06:02 meetpatel1989

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.

samme avatar Feb 21 '19 06:02 samme