4 lines
87 B
Plaintext
4 lines
87 B
Plaintext
|
image_angle = random(360);;
|
||
|
image_xscale = random(2) + 1;
|
||
|
image_yscale = image_xscale;
|