Fixing domain name

This commit is contained in:
David Négrier 2020-05-13 16:17:58 +02:00
parent 7d67b62cf9
commit dd5a0c9933
3 changed files with 3 additions and 2 deletions

View file

@ -25,4 +25,4 @@ let game = new Phaser.Game(config);
window.addEventListener('resize', function (event) {
game.scale.resize(window.innerWidth / RESOLUTION, window.innerHeight / RESOLUTION);
});
});