Deltarune (Chapter 4) script viewer

← back to main script listing

gml_Object_obj_pendulum_Draw_0

(view raw script w/o annotations or w/e)
1
if (!cut)
2
{
3
    image_angle = point_direction(x, y, obj_growtangle.x, obj_growtangle.y - 200);
4
    d_line_width_color(x, y, obj_growtangle.x, obj_growtangle.y - 200, 4, 8421504, 8421504);
5
}
6
draw_self();