#81 : Prevent walk after dragging zone

This commit is contained in:
2024-09-28 19:19:00 +02:00
parent a92675e4c0
commit cffab00974
3 changed files with 12 additions and 3 deletions

View File

@ -63,7 +63,7 @@ const gameConfig = {
type: Phaser.AUTO, // AUTO, CANVAS, WEBGL, HEADLESS
mode: Phaser.Scale.RESIZE,
resolution: 3,
pixelArt: true
render: { pixelArt: true, antialias: false }
}
const createGame = (game: Phaser.Game) => {