6 lines
173 B
Plaintext
6 lines
173 B
Plaintext
|
///@description left wave red
|
||
|
|
||
|
var _obj = instance_create_layer(-60, -60, "Instances", obj_target_red);
|
||
|
with (_obj) {
|
||
|
path_start(pth_leftwave, 2, path_action_stop, true);
|
||
|
}
|