Undertale script viewer
← back to main script listing
gml_Object_obj_bouncelight_Step_0
(
view raw script w/o annotations or w/e
)
1
image_angle += (((hspeed * 5) + inithspeed) / 2);
2
if (y > 400)
3
instance_destroy();