gmc-jam-3/objects/obj_cherry/Create_0.gml

9 lines
168 B
Plaintext
Raw Normal View History

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;