Deltarune (Chapter 3) script viewer

← back to main script listing

gml_Object_obj_board_susiedig_fakesusie_Draw_0

(view raw script w/o annotations or w/e)
1
var xx = round(x / 2) * 2;
2
var yy = round(y / 2) * 2;
3
draw_sprite_ext(sprite_index, image_index, xx, yy, 2, 2, 0, image_blend, image_alpha);