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