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

7 lines
112 B
Plaintext
Raw Permalink Normal View History

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