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

4 lines
228 B
Plaintext
Raw Permalink Normal View History

if (collided == true) {
effect_create_layer("Effects", ef_firework, x - 5 + random(10), y - 5 + random(10), 0.05, c_aqua);
effect_create_layer("Effects", ef_firework, x - 5 + random(10), y - 5 + random(10), 0.05, c_fuchsia);
}