Decrease planet size
This commit is contained in:
parent
b6665a896d
commit
5ec2bc1b7f
1 changed files with 2 additions and 2 deletions
|
|
@ -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(
|
||||||
[
|
[
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue