Hello
I’m having trouble with a configuration.
The code is:
var config = {
type: Phaser.AUTO,
width: 240,
height: 208,
zoom: 3,
pixelArt: true,
parent: “game-container”,
scene: {
preload: preload,
create: create } };
If I use the version 3.11.0 everything works OK.
But if I use any higher version, the zoom does not work.
Is this function not working anymore? Is there any substitute for him?