sunflowers-in-the-rain/timelines/tml_cutscene_midboss/moment_5.gml

7 lines
159 B
Plaintext

with (obj_marisa) { cutscene_mover = true;
}
wriggle = instance_create_layer(2272, 704, "lyr_ground", obj_boss_wriggle);
with (wriggle) {
direction = 270;
}