diff --git a/game.js b/game.js index 2159ded..087042c 100644 --- a/game.js +++ b/game.js @@ -98,8 +98,8 @@ class Game extends GameBasic { onScreen += 4; - this.width = (this.width * 0.99) + (Math.sqrt(onScreen) * 16); - this.height = (this.height * 0.99) + (Math.sqrt(onScreen) * 16); + this.width = (this.width * 0.99) + (Math.sqrt(onScreen) * 32); + this.height = (this.height * 0.99) + (Math.sqrt(onScreen) * 32); let { entities } = this; let entList = [];