Decrease planet size

This commit is contained in:
schmelczerandras 2020-11-18 11:52:02 +01:00
parent b6665a896d
commit 5ec2bc1b7f

View file

@ -64,10 +64,10 @@ export class BlobScene implements Scene {
const q = (currentTime % 8000) / 4300; const q = (currentTime % 8000) / 4300;
this.blob.animate(currentTime); 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, this.blob,
new CircleLight( new CircleLight(
[ [