1
0
포크 0

Tweak overlay

This commit is contained in:
Starbeamrainbowlabs 2017-01-02 17:45:29 +00:00
부모 aa22a8aa56
커밋 e8c7ba78bf
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제

파일 보기

@ -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)");
}