WIP chat bubble
This commit is contained in:
@ -59,13 +59,7 @@ const gameConfig = {
|
||||
width: window.innerWidth,
|
||||
height: window.innerHeight,
|
||||
type: Phaser.AUTO, // AUTO, CANVAS, WEBGL, HEADLESS
|
||||
render: {
|
||||
pixelArt: true,
|
||||
antialias: true,
|
||||
roundPixels: true
|
||||
},
|
||||
resolution: 10,
|
||||
pixelArt: true
|
||||
render: { resolution: 10 },
|
||||
}
|
||||
|
||||
const createGame = (game: Phaser.Game) => {
|
||||
|
Reference in New Issue
Block a user