Deltarune (Chapter 3) script viewer

← back to main script listing

gml_Object_obj_susiezilla_singlescreen_shadowguy_with_gun_Step_2

(view raw script w/o annotations or w/e)
1
if (i_ex(myhitbox))
2
{
3
    myhitbox.x = x + myhitbox_xoffset;
4
    myhitbox.y = y + fakeheight + myhitbox_yoffset;
5
}