9 lines
168 B
Plaintext
9 lines
168 B
Plaintext
|
image_angle = random(360);
|
||
|
image_xscale = random(.4) + .3;
|
||
|
image_yscale = image_xscale
|
||
|
image_alpha = .1;
|
||
|
switchs = 0
|
||
|
direction = random(40) + 250;
|
||
|
speed = 2.5;
|
||
|
|