From fe63ca3c64d2dd310268df7391ba6de5e9b7a2f2 Mon Sep 17 00:00:00 2001 From: niliara-edu Date: Tue, 24 Dec 2024 18:08:40 +0100 Subject: updated for chromium --- src/entities/game_over.js | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/entities/game_over.js') 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 -- cgit v1.2.3