Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_sme_yellow_rhythm_note_geno_Draw_0

(view raw script w/o annotations or w/e)
1
if (live_call())
2
    return global.live_result;
3
if (note_destroy == true)
4
{
5
    draw_self();
6
    exit;
7
}
8
draw_sprite_clip_ext(sprite_index, image_index, x, y, image_xscale, image_yscale, 16777215, image_alpha, box.bbox_left + 5, box.bbox_top, box.sprite_width - 10, box.sprite_height - 37);