WIP chat bubble

This commit is contained in:
2024-09-25 01:41:03 +02:00
parent 4a410b375f
commit 4eea9d1f2c
6 changed files with 62 additions and 27 deletions

View File

@ -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) => {