Commit d8edf0d1 by doszhang

dos

parent a3055595
......@@ -7,7 +7,7 @@ body {
canvas {
width: 640px;
height: 1575px;
height: 1400px;
z-index: 2;
}
......
......@@ -86,7 +86,7 @@ function onLoad() {
function resizeCanvas() {
if (!!canvas) {
w = canvas.width = 640;
h = canvas.height = 1575;
h = canvas.height = 1400;
}
}
......
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