Commit b2820aea by doszhang

dos

parent 4ea1e3af
......@@ -155,7 +155,7 @@ function chooseColorMove(e) {
} else if (left > 26.62) {
left = 26.62;
}
let index = 0;
let index = 5;
if (left < 6.59) {
index = 1;
} else if (left > 6.59 && left < 11) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment