Deltarune (Chapter 3) script viewer

← back to main script listing

gml_Object_obj_dw_ch3_green_room_pippins_Draw_0

(view raw script w/o annotations or w/e)
1
if (!show_up)
2
{
3
    draw_set_alpha(1);
4
    scr_draw_set_mask(true, true);
5
    ossafe_fill_rectangle(mask_x_pos, mask_y_pos - 50, mask_x_pos + 80, mask_y_pos + 20);
6
    scr_draw_in_mask_begin();
7
    draw_self();
8
    scr_draw_in_mask_end();
9
}
10
else
11
{
12
    draw_self();
13
}