8 lines
144 B
Plaintext
8 lines
144 B
Plaintext
if instance_exists(player_ref) {
|
|
x = player_ref.x;
|
|
y = player_ref.y;
|
|
}
|
|
|
|
if image_index >= image_number - 1 {
|
|
instance_destroy();
|
|
} |