Closed llzionll closed 7 years ago
please take a look at this post.
https://github.com/photonstorm/phaser/issues/2537
Same issue happens in this boiler-plate.
In this case, modify "main.js" like
-from- super(width, height, Phaser.AUTO, 'content', null)
-to- super(width, height, Phaser.AUTO, '', null)
erasing 4th parameter will work.
sorry for bad english and thank you for good boiler plate like this.
what is the issue? please could you paste your source? If you are modifing the scale, that is not a problem with the proyect itself, because this proyect it is agnostic about scale.
please take a look at this post.
https://github.com/photonstorm/phaser/issues/2537
Same issue happens in this boiler-plate.
In this case, modify "main.js" like
-from- super(width, height, Phaser.AUTO, 'content', null)
-to- super(width, height, Phaser.AUTO, '', null)
erasing 4th parameter will work.
sorry for bad english and thank you for good boiler plate like this.