1
0
forked from noxious/client

#157 : Somewhat fixed resolution

This commit is contained in:
Dennis Postma 2024-09-28 00:37:54 +02:00
parent 0f231e10fa
commit ff61f88d62

View File

@ -59,7 +59,8 @@ const gameConfig = {
width: window.innerWidth,
height: window.innerHeight,
type: Phaser.AUTO, // AUTO, CANVAS, WEBGL, HEADLESS
resolution: 10,
mode: Phaser.Scale.RESIZE,
resolution: 3,
pixelArt: true
}