diff --git a/src/components/Game.vue b/src/components/Game.vue index eaf4e7f..804ec0c 100644 --- a/src/components/Game.vue +++ b/src/components/Game.vue @@ -19,9 +19,9 @@ const gameConfig = { mode: Phaser.Scale.FIT, autoCenter: Phaser.Scale.CENTER_BOTH, width: 800, - height: 800, + height: 600, }, - type: Phaser.AUTO, + type: Phaser.WEBGL, pixelArt: true, }