Deltarune script viewer

← back to main script listing

gml_GlobalScript_mus_fade

(view raw script w/o annotations or w/e)
1
function mus_fade(arg0, arg1)
2
{
3
    audio_sound_gain(arg0, 0, (arg1 * 1000) / fps);
4
}