6 lines
167 B
Plaintext
6 lines
167 B
Plaintext
|
///@description U wave bunny
|
||
|
|
||
|
var _obj = instance_create_layer(-60, -60, "Instances", obj_target_bunny);
|
||
|
with (_obj) {
|
||
|
path_start(pth_U, 2, path_action_stop, true);
|
||
|
}
|