touhou-pride-jam-2021/thpj3/objects/obj_cutscene_mystia/Step_0.gml

4 lines
133 B
Plaintext
Raw Normal View History

if ( instance_exists( obj_cutscene_ufo ) ) {
move_towards_point(obj_cutscene_ufo.x, obj_cutscene_ufo.y, 6);
image_angle += 15;
}