Deltarune (Chapter 5) script viewer

← back to main script listing

gml_Object_obj_attack_orange_superattack_CleanUp_0

(view raw script w/o annotations or w/e)
1
with (obj_orange_enemy)
2
{
3
    visible = true;
4
    x = xstart;
5
    y = ystart;
6
}
7
if (surface_exists(surf))
8
    surface_free(surf);