Undertale script viewer

← back to main script listing

gml_Object_blt_hoopbullet2_Step_2

(view raw script w/o annotations or w/e)
1
if (global.turntimer < 1)
2
    instance_destroy();
3
if (image_alpha < 0.9)
4
{
5
    image_alpha += 0.1;
6
}
7
else
8
{
9
    image_alpha = 1;
10
    intangible = 0;
11
}