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