Commit 77bdfb53 authored by antirez's avatar antirez
Browse files

LOLWUT: increase the translation factor.

parent 0dd8fd06
...@@ -197,8 +197,8 @@ lwCanvas *lwDrawSchotter(int console_cols, int squares_per_row, int squares_per_ ...@@ -197,8 +197,8 @@ lwCanvas *lwDrawSchotter(int console_cols, int squares_per_row, int squares_per_
if (rand() % 2) r2 = -r2; if (rand() % 2) r2 = -r2;
if (rand() % 2) r3 = -r3; if (rand() % 2) r3 = -r3;
angle = r1; angle = r1;
sx += r2*square_side/4; sx += r2*square_side/3;
sy += r3*square_side/4; sy += r3*square_side/3;
} }
lwDrawSquare(canvas,sx,sy,square_side,angle); lwDrawSquare(canvas,sx,sy,square_side,angle);
} }
......
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 to comment