diff options
author | niliara-edu <nil.jimeno@estudiant.fjaverianas.com> | 2024-12-24 18:08:40 +0100 |
---|---|---|
committer | niliara-edu <nil.jimeno@estudiant.fjaverianas.com> | 2024-12-24 18:08:40 +0100 |
commit | fe63ca3c64d2dd310268df7391ba6de5e9b7a2f2 (patch) | |
tree | dc1886c4b700f045c163482629b4a3e8f87c0966 /src/entities/game_over.js | |
parent | 25adfc618e77db9a5ee3b98ce0dab0be832efed0 (diff) |
updated for chromium
Diffstat (limited to 'src/entities/game_over.js')
-rw-r--r-- | src/entities/game_over.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/entities/game_over.js b/src/entities/game_over.js index fc35938..150fbc8 100644 --- a/src/entities/game_over.js +++ b/src/entities/game_over.js @@ -43,10 +43,8 @@ export class GameOver extends Entity { zoomAnimation() { if (this.zoomWaitTime > 0) { this.zoomWaitTime--; return; } - console.log("hi") if (this.zoomedIn) this.size.add(new Vector(-this.zoomGrowth, -this.zoomGrowth)) else this.size.add(new Vector(this.zoomGrowth, this.zoomGrowth)) - console.log(this.size) if ( this.size.x == this.initialSize || this.size.x == this.maxSize |