Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_fmartlet_wings_Draw_0

(view raw script w/o annotations or w/e)
1
if (hit_flash == true)
2
    shader_set(sh_flash)
3
if (surface_draw == true)
4
    draw_on_surface()
5
else
6
    draw_self()
7
shader_reset()