gmc-jam-3/objects/obj_cherry_parts/Draw_0.gml

9 lines
140 B
Plaintext
Raw Normal View History

image_angle += 2
image_alpha -= .025
if image_alpha = 0
instance_destroy();
draw_self();
if y > 768
instance_destroy();