Undertale script viewer

← back to main script listing

gml_Object_obj_heartshot_Step_0

(view raw script w/o annotations or w/e)
1
if (y < 0)
2
    instance_destroy();
3
image_yscale += 0.2;
4
vspeed -= 0.2;