Deltarune (Chapter 3) script viewer

← back to main script listing

gml_Object_obj_dw_ch3_b3bs_office_paperstack_Draw_0

(view raw script w/o annotations or w/e)
1
if (image_yscale == 2)
2
{
3
    draw_self();
4
}
5
else
6
{
7
    draw_sprite_ext(sprite_index, 0, x, bbox_bottom - 32 - 1, 2, 2, 0, c_white, 1);
8
    draw_sprite_ext(sprite_index, 0, x, bbox_bottom - 50 - 1, 2, 2, 0, c_white, 1);
9
}