ludum-dare-21/scripts/sound_stop_all/sound_stop_all.gml

10 lines
166 B
Plaintext
Raw Normal View History

2021-06-16 23:23:00 -07:00
function sound_stop_all() {
// ------------------------------------------------------------
/// @description Stops a given sound.
audio_stop_all();
}