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

7 lines
159 B
Plaintext
Raw Normal View History

2022-06-30 22:16:34 -07:00
with (obj_marisa) { cutscene_mover = true;
}
wriggle = instance_create_layer(2272, 704, "lyr_ground", obj_boss_wriggle);
with (wriggle) {
direction = 270;
}