Deltarune (Chapter 4) script viewer

← back to main script listing

gml_Object_obj_lantern_shrinking_Other_17

(view raw script w/o annotations or w/e)
1
if (global.drawdimmerlight)
2
{
3
    draw_set_alpha(lightalpha);
4
    d_circle(x - camerax(), y - cameray(), size + (sin(siner / 30) * 4) + 4, false);
5
    draw_set_alpha(1);
6
}