slow down randomizer and darken red
This commit is contained in:
parent
9339e86bf2
commit
6fca8014bf
@ -74,5 +74,5 @@ body{
|
|||||||
background-color: #006100;
|
background-color: #006100;
|
||||||
}
|
}
|
||||||
.remoteauxcellx{
|
.remoteauxcellx{
|
||||||
background-color: #cc0000;
|
background-color: #6b0000;
|
||||||
}
|
}
|
2
index.js
2
index.js
@ -108,7 +108,7 @@ function main() {
|
|||||||
inittable();
|
inittable();
|
||||||
initauxtable();
|
initauxtable();
|
||||||
if (randomize) {
|
if (randomize) {
|
||||||
setInterval(randomizeall, 100);
|
setInterval(randomizeall, 500);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user