double-jammy-whammy/timelines/tl_targets/moment_1665.gml

6 lines
167 B
Plaintext
Raw Permalink Normal View History

///@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);
}