small logic improvement

This commit is contained in:
2024-06-13 23:21:24 +02:00
parent ad94928370
commit a308696cf2
2 changed files with 12 additions and 3 deletions

View File

@ -53,7 +53,7 @@ const gameConfig = {
name: 'New Quest',
width: window.innerWidth,
height: window.innerHeight,
type: Phaser.CANVAS,
type: Phaser.AUTO,
pixelArt: true
}