Deltarune (Chapter 4) script viewer

← back to main script listing

gml_Object_obj_mouse_drawer_Draw_0

(view raw script w/o annotations or w/e)
1
draw_self();
2
draw_set_colour(c_black);
3
if (yy > 0)
4
    ossafe_fill_rectangle(x + 4, y + 38, x + 75, y + 38 + yy, 0);
5
draw_sprite_ext(sprite_index, 1, x, y + yy, 2, 2, 0, c_white, 1);