Undertale script viewer

← back to main script listing

gml_Object_blt_dummyknife_Step_0

(view raw script w/o annotations or w/e)
1
if (image_alpha < 1)
2
{
3
    image_alpha += 0.12;
4
    direction += increase;
5
    increase -= 2;
6
}
7
else
8
{
9
    image_alpha = 1;
10
}
11
image_angle = direction;