Deltarune (Chapter 3) script viewer

← back to main script listing

gml_Object_obj_board_pointsGet_Draw_0

(view raw script w/o annotations or w/e)
1
if (active)
2
{
3
    var gridx = round(x / 2) * 2;
4
    var gridy = round(y / 2) * 2;
5
    draw_sprite_ext(sprite_index, image_index, gridx, gridy, image_xscale, image_yscale, image_angle, image_blend, image_alpha);
6
}