Deltarune (Chapter 5) script viewer

← back to main script listing

gml_Object_obj_bush_leaf_manager_Draw_0

(view raw script w/o annotations or w/e)
1
for (var i = 0; i < count; i++)
2
{
3
    with (leaves[i])
4
        draw_sprite_ext(sprite_index, image_index + 1, x, y, image_xscale, image_yscale, image_angle, image_blend, image_alpha);
5
}