Deltarune (Chapter 4) script viewer

← back to main script listing

gml_Object_obj_gerson_hammer_bounce_left_Step_2

(view raw script w/o annotations or w/e)
1
if (i_ex(me_flash))
2
{
3
    with (me_flash)
4
    {
5
        x = other.x;
6
        y = other.y;
7
        angle = other.image_angle;
8
    }
9
}