mirror of
https://github.com/fluencelabs/redis
synced 2025-03-19 09:00:51 +00:00
LOLWUT: increase the translation factor.
This commit is contained in:
parent
0dd8fd062d
commit
77bdfb5339
@ -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);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user