Fixing missing closing parenthesis
This commit is contained in:
parent
375777a623
commit
531899ea6b
@ -17,4 +17,4 @@ let game = new Phaser.Game(config);
|
|||||||
|
|
||||||
window.addEventListener('resize', function (event) {
|
window.addEventListener('resize', function (event) {
|
||||||
game.scale.resize(window.innerWidth / resolution, window.innerHeight / resolution);
|
game.scale.resize(window.innerWidth / resolution, window.innerHeight / resolution);
|
||||||
}
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user