Fixed delete character confirm. modal title, fixed game resizing

This commit is contained in:
2024-09-08 14:30:32 +02:00
parent 3763bd5415
commit 50ae61bcb7
2 changed files with 1 additions and 5 deletions

View File

@ -63,10 +63,6 @@ const gameConfig = {
width: window.innerWidth,
height: window.innerHeight,
type: Phaser.AUTO,
scale: {
mode: Phaser.Scale.EXPAND,
autoCenter: Phaser.Scale.CENTER_BOTH,
},
resolution: 5,
pixelArt: true
}