8 lines
129 B
Plaintext
8 lines
129 B
Plaintext
|
destroy_timer--;
|
||
|
|
||
|
image_angle = direction;
|
||
|
image_alpha = (destroy_timer / 15);
|
||
|
|
||
|
if (destroy_timer <= 0 ) {
|
||
|
instance_destroy();
|
||
|
}
|