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

6 lines
145 B
Plaintext
Raw Normal View History

event_inherited();
if (collided == true) {
effect_create_layer("Effects", ef_ring, x, y, 0.1, c_white);
audio_play_sound(snd_pop, 1, false);
}