Tweak overlay
This commit is contained in:
parent
aa22a8aa56
commit
e8c7ba78bf
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ class StarlightRenderer
|
||||||
canvas.width / 2, canvas.height, canvas.height / 5,
|
canvas.width / 2, canvas.height, canvas.height / 5,
|
||||||
canvas.width / 2, canvas.height, canvas.height * 1.2
|
canvas.width / 2, canvas.height, canvas.height * 1.2
|
||||||
);
|
);
|
||||||
this.overlayGradient.addColorStop(0, "hsla(248, 100%, 2%, 0.6)");
|
this.overlayGradient.addColorStop(0, "hsla(248, 100%, 7%, 0.6)");
|
||||||
this.overlayGradient.addColorStop(1, "hsla(248, 100%, 2%, 0.01)");
|
this.overlayGradient.addColorStop(1, "hsla(248, 100%, 2%, 0.01)");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue