8 lines
81 B
Plaintext
8 lines
81 B
Plaintext
|
image_angle += 10
|
||
|
|
||
|
lifetime -= 1;
|
||
|
|
||
|
if ( lifetime <= 0 ) {
|
||
|
instance_destroy();
|
||
|
}
|