Deltarune (Chapter 4) script viewer

← back to main script listing

gml_Object_obj_dw_church_prophecy_custom_CleanUp_0

(view raw script w/o annotations or w/e)
1
if (surface_exists(bg_surface))
2
    surface_free(bg_surface);
3
if (sprite_exists(custom_sprite))
4
    sprite_delete(custom_sprite);