Undertale script viewer

← back to main script listing

gml_Object_obj_heartshot_bounceaway_Step_0

(view raw script w/o annotations or w/e)
1
image_angle += aspeed;
2
if (x > (room_width + 20))
3
    instance_destroy();
4
if (x < -20)
5
    instance_destroy();