Deltarune (Chapter 5) script viewer

← back to main script listing

gml_Object_obj_dashbar_part_Draw_0

(view raw script w/o annotations or w/e)
1
if (i_ex(obj_heart))
2
    x_offset = obj_heart.x_offset;
3
draw_sprite_ext(sprite_index, image_index, x + x_offset, y, image_xscale, image_yscale, image_angle, image_blend, image_alpha);