1
0
forked from noxious/client
This commit is contained in:
root 2024-05-01 20:28:46 +02:00
parent 745e4be984
commit 21c6b5b5b3

View File

@ -19,9 +19,9 @@ const gameConfig = {
mode: Phaser.Scale.FIT, mode: Phaser.Scale.FIT,
autoCenter: Phaser.Scale.CENTER_BOTH, autoCenter: Phaser.Scale.CENTER_BOTH,
width: 800, width: 800,
height: 800, height: 600,
}, },
type: Phaser.AUTO, type: Phaser.WEBGL,
pixelArt: true, pixelArt: true,
} }