Deltarune (Chapter 5) script viewer

← back to main script listing

gml_Object_obj_circlebg_CleanUp_0

(view raw script w/o annotations or w/e)
1
if (surface_exists(surf))
2
    surface_free(surf);
3
if (surface_exists(surf2))
4
    surface_free(surf2);
5
with (obj_marker)
6
{
7
    if (variable_instance_exists(id, "iscircle"))
8
        instance_destroy();
9
}