Merge branch 'master' into button
This commit is contained in:
commit
ed29517098
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ function render() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function getBrightness(x) {
|
function getBrightness(x) {
|
||||||
return Math.floor(breathingCurve(x, 6000, 100000, 1000000));
|
return Math.floor(breathingCurve(x, 8000, 250000, 700000));
|
||||||
}
|
}
|
||||||
|
|
||||||
function breathingCurve(x, interval = 3000, min, max) {
|
function breathingCurve(x, interval = 3000, min, max) {
|
||||||
|
|
Loading…
Reference in a new issue