Deltarune (Chapter 3) script viewer

← back to main script listing

gml_Object_obj_shadowman_sax_attack_CleanUp_0

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