Deltarune (Chapter 2) script viewer

← back to main script listing

gml_GlobalScript_snd_resume

(view raw script w/o annotations or w/e)
1
function snd_resume(arg0)
2
{
3
    if (global.is_console)
4
        snd_volume(arg0, 1, 0);
5
    audio_resume_sound(arg0);
6
}