Undertale script viewer

← back to main script listing

gml_Object_obj_frypan_star_Step_0

(view raw script w/o annotations or w/e)
1
if (speed < 6)
2
{
3
    image_alpha -= 0.05;
4
    if (ang > 1)
5
        ang -= 0.5;
6
}
7
image_angle += ang;
8
if (image_alpha < 0.05)
9
    instance_destroy();