Don't use `game.canvas.width` and `game.canvas.height`

Usually. In a scene you already have this.scale.width and this.scale.height, there’s no need to read the canvas.

2 Likes