forked from noxious/client
Use WebGL by default.
This commit is contained in:
parent
cffab00974
commit
b4050bee01
@ -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 }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user