Deltarune (Chapter 4) script viewer

← back to main script listing

gml_Object_obj_dw_church_shelflightarea_cielingLight_Step_0

(view raw script w/o annotations or w/e)
1
if (init == 0)
2
{
3
    my_yscale = image_yscale;
4
    init = 1;
5
}
6
timer++;
7
image_alpha = (sin(timer / 60) * 0.25) + 0.75;