Deltarune (Chapter 4) script viewer

← back to main script listing

gml_Object_obj_candle_flamebullet_Step_2

(view raw script w/o annotations or w/e)
1
event_inherited();
2
if (i_ex(mylight))
3
{
4
    mylight.x = x;
5
    mylight.y = y;
6
}