Deltarune (Chapter 2) script viewer

← back to main script listing

gml_Object_obj_sneo_lastattack_hitbox_Step_2

(view raw script w/o annotations or w/e)
1
if (instance_exists(obj_sneo_lastattack))
2
{
3
    parent = obj_sneo_lastattack;
4
    x = parent.x + parent.x_offset + 30;
5
    y = (parent.y + parent.y_offset) - 40;
6
}