Various zone editor UX improvements

This commit is contained in:
2024-07-11 18:28:38 +02:00
parent f830bf875e
commit ea9771e3ec
5 changed files with 27 additions and 1 deletions

View File

@ -62,6 +62,7 @@ const gameConfig = {
width: window.innerWidth,
height: window.innerHeight,
type: Phaser.AUTO,
resolution: 3,
pixelArt: true
}