6 lines
84 B
Plaintext
6 lines
84 B
Plaintext
|
if global.bossHP < 1
|
||
|
instance_destroy();
|
||
|
image_angle = direction;
|
||
|
draw_self();
|
||
|
|