2022-06-23 00:34:09 -07:00
|
|
|
yuuka = instance_create_layer( 1792, 2464, "lyr_ground", obj_yuuka_shadow);yuuka.timer = 90;
|
|
|
|
|
2022-06-30 22:16:34 -07:00
|
|
|
lockcam = instance_nearest(x,y, obj_cutscene_camera);
|
|
|
|
with( lockcam ) {
|
2022-06-23 00:34:09 -07:00
|
|
|
speed = 2;
|
|
|
|
direction = 0;
|
|
|
|
}
|
2022-06-30 22:16:34 -07:00
|
|
|
|
|
|
|
with (obj_marisa) {
|
|
|
|
cutscene_anim = false;
|
|
|
|
direction = 0;
|
|
|
|
}
|
|
|
|
|