Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

this.game.resize seems broken in phaser 3.16.2 #3

Open
meetpatel1989 opened this issue Feb 21, 2019 · 1 comment
Open

this.game.resize seems broken in phaser 3.16.2 #3

meetpatel1989 opened this issue Feb 21, 2019 · 1 comment

Comments

@meetpatel1989
Copy link

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.

@samme
Copy link
Owner

samme commented Feb 21, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants