Tweak overlay

This commit is contained in:
Starbeamrainbowlabs 2017-01-02 17:45:29 +00:00
parent aa22a8aa56
commit e8c7ba78bf
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ class StarlightRenderer
canvas.width / 2, canvas.height, canvas.height / 5,
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)");
}