7 lines
90 B
Plaintext
7 lines
90 B
Plaintext
|
lifetime--;
|
||
|
image_alpha = (lifetime / 10);
|
||
|
if (lifetime <= 0 ) {
|
||
|
instance_destroy();
|
||
|
}
|
||
|
|