7 lines
159 B
Plaintext
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;
|
||
|
}
|