Fixing missing closing parenthesis

This commit is contained in:
David Négrier 2020-04-04 16:06:38 +02:00
parent 375777a623
commit 531899ea6b

View file

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