Deltarune (Chapter 3) script viewer

← back to main script listing

gml_Object_obj_tenna_allstars_manager_CleanUp_0

(view raw script w/o annotations or w/e)
1
ds_list_destroy(bullet_list);
2
snd_stop(snd_crowd_laughter_loop);
3
if (surface_exists(my_surface))
4
    surface_free(my_surface);
5
if (surface_exists(my_surface2))
6
    surface_free(my_surface2);