Deltarune (Chapter 3) script viewer

← back to main script listing

gml_Object_obj_snowflake_ult_bullet_Step_2

(view raw script w/o annotations or w/e)
1
timerb++;
2
if (timerb > 120)
3
{
4
    image_alpha -= 0.1;
5
    if (image_alpha < 0)
6
        instance_destroy();
7
}