Deltarune (Chapter 4) script viewer

← back to main script listing

gml_Object_obj_lightsource_bullet_Step_2

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