From 5ec2bc1b7f59b5c3ff67527c353384f7caed8af1 Mon Sep 17 00:00:00 2001 From: schmelczerandras Date: Wed, 18 Nov 2020 11:52:02 +0100 Subject: [PATCH] Decrease planet size --- src/scenes/blob/blob-scene.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/scenes/blob/blob-scene.ts b/src/scenes/blob/blob-scene.ts index da4a3f8..5904cab 100644 --- a/src/scenes/blob/blob-scene.ts +++ b/src/scenes/blob/blob-scene.ts @@ -64,10 +64,10 @@ export class BlobScene implements Scene { const q = (currentTime % 8000) / 4300; this.blob.animate(currentTime); - this.blob.position = [width / 2, -length / 4 + length / 2]; + this.blob.position = [width / 2, -length / 4 + length / 2.5]; [ - new Circle([width / 2, -length / 4], length / 2), + new Circle([width / 2, -length / 4], length / 2.5), this.blob, new CircleLight( [