Deltarune (Chapter 4) script viewer

← back to main script listing

gml_Object_obj_banish_Step_0

(view raw script w/o annotations or w/e)
1
if (alarm[0] >= 0)
2
{
3
    with (target)
4
        image_alpha = other.base * (other.alarm[0] / other.time);
5
}