summaryrefslogtreecommitdiff
path: root/src/entities/game_over.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/entities/game_over.js')
-rw-r--r--src/entities/game_over.js2
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