double-jammy-whammy/objects/obj_target_bunny/Destroy_0.gml

6 lines
140 B
Plaintext

event_inherited();
var _obj = instance_create_layer(x, y, "Effects", obj_destroy_orb );
with (_obj) {
sprite_index = spr_particle_bunny;
}