Deltarune (Chapter 3) script viewer

← back to main script listing

gml_Object_obj_growtangle_Draw_0

(view raw script w/o annotations or w/e)
1
draw_sprite_ext(sprite_index, 1, x, y, image_xscale, image_yscale, image_angle, image_blend, image_alpha);
2
if (customBox && growth && growcon != 2)
3
{
4
    var _scale = sizer * growscale;
5
    draw_sprite_ext(spr_custom_box, 0, x, y, _scale, _scale, image_angle, image_blend, image_alpha);
6
}
7
else
8
{
9
    draw_self();
10
}