1
0
forked from noxious/client

Use WebGL by default.

This commit is contained in:
Dennis Postma 2024-09-28 19:24:11 +02:00
parent cffab00974
commit b4050bee01

View File

@ -60,7 +60,7 @@ const gameConfig = {
name: 'New Quest', name: 'New Quest',
width: window.innerWidth, width: window.innerWidth,
height: window.innerHeight, height: window.innerHeight,
type: Phaser.AUTO, // AUTO, CANVAS, WEBGL, HEADLESS type: Phaser.WEBGL, // AUTO, CANVAS, WEBGL, HEADLESS
mode: Phaser.Scale.RESIZE, mode: Phaser.Scale.RESIZE,
resolution: 3, resolution: 3,
render: { pixelArt: true, antialias: false } render: { pixelArt: true, antialias: false }