Deltarune (Chapter 5) script viewer

← back to main script listing

gml_Object_obj_dazzle_effect_CleanUp_0

(view raw script w/o annotations or w/e)
1
for (var i = 0; i < particle_count; i++)
2
{
3
    with (particles[i])
4
        instance_destroy();
5
}
6
if (surface_exists(surface))
7
    surface_free(surface);