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

7 lines
112 B
Plaintext

if instance_exists(obj_talker)
instance_destroy();
image_index = 1;
image_angle = direction;
draw_self();