double-jammy-whammy/objects/obj_arrow/Step_0.gml

8 lines
129 B
Plaintext
Raw Normal View History

destroy_timer--;
image_angle = direction;
image_alpha = (destroy_timer / 15);
if (destroy_timer <= 0 ) {
instance_destroy();
}