Deltarune (Chapter 2) script viewer

← back to main script listing

gml_Object_obj_ch2_queen_static_CleanUp_0

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