sunflowers-in-the-rain/objects/obj_enemy_parent/Destroy_0.gml

2 lines
145 B
Plaintext
Raw Normal View History

2022-06-30 22:16:34 -07:00
effect_create_above(ef_flare, x, y, 1, make_color_rgb(irandom(255), irandom(255), irandom(255)));audio_play_sound(snd_enemy_destroy, 10, false);