Commit 11350c75 by doszhang

dos

parent 6dd6c904
...@@ -327,7 +327,7 @@ function chooseColorMove(e) { ...@@ -327,7 +327,7 @@ function chooseColorMove(e) {
colorIndex = 1; colorIndex = 1;
} else if (moveX > 6.59 && moveX < 11) { } else if (moveX > 6.59 && moveX < 11) {
colorIndex = 2; colorIndex = 2;
} else if (moveX > 11 && lefmoveXt < 15.46) { } else if (moveX > 11 && moveX < 15.46) {
colorIndex = 3; colorIndex = 3;
} else if (moveX > 15.46 && moveX < 19.91) { } else if (moveX > 15.46 && moveX < 19.91) {
colorIndex = 4; colorIndex = 4;
......
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