Commit 7146baa9 by doszhang

dos

parent aa3504e5
...@@ -368,8 +368,6 @@ function RandomNumBoth(Min, Max) { ...@@ -368,8 +368,6 @@ function RandomNumBoth(Min, Max) {
} }
function txtDraw(ctx, content, x, y, fontsize, fontweight, color) { function txtDraw(ctx, content, x, y, fontsize, fontweight, color) {
x = x * 2;
y = y * 2;
fontsize = fontsize * 2; fontsize = fontsize * 2;
ctx.font = fontweight + ' ' + fontsize + 'px arial'; ctx.font = fontweight + ' ' + fontsize + 'px arial';
......
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