Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_castle_02_controller_Draw_0

(view raw script w/o annotations or w/e)
1
if (live_call())
2
    return global.live_result;
3
shader_set(sh_darken);
4
with (obj_pl)
5
    draw_sprite(sprite_index, image_index, x, y);
6
shader_reset();