Deltarune (Chapter 5) script viewer

← back to main script listing

gml_Object_obj_castlereflect_CleanUp_0

(view raw script w/o annotations or w/e)
1
if (surface_exists(tilesurf))
2
    surface_free(tilesurf);
3
if (surface_exists(surf))
4
    surface_free(surf);