Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_sme_yellow_rhythm_note_end_Step_2

(view raw script w/o annotations or w/e)
1
image_xscale += image_xscale_inc
2
image_yscale += image_yscale_inc
3
image_alpha_val -= image_alpha_dec
4
if (image_alpha_val <= 0)
5
{
6
    instance_destroy()
7
    return;
8
}
9
image_alpha = box.sc_dcurrent * image_alpha_val