Deltarune (Chapter 3) script viewer

← back to main script listing

gml_Object_obj_susiezilla_ball_Step_2

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