Deltarune (Chapter 3) script viewer

← back to main script listing

gml_Object_obj_knight_split_growtangle_CleanUp_0

(view raw script w/o annotations or w/e)
1
event_user(1);
2
instance_destroy(marker[0]);
3
instance_destroy(marker[1]);
4
if (surface_exists(source_surf))
5
    surface_free(source_surf);
6
if (surface_exists(half_box_a))
7
    surface_free(half_box_a);
8
if (surface_exists(half_box_b))
9
    surface_free(half_box_b);