Undertale script viewer

← back to main script listing

gml_Object_obj_bg_glower_Draw_0

(view raw script w/o annotations or w/e)
1
d += 0.05;
2
if (obj_time.right)
3
    h += 1;
4
g = make_color_hsv(h, 100 + (sin(d) * 100), 255);
5
background_color = g;