Deltarune script viewer

← back to main script listing

gml_GlobalScript_draw_item_icon_ch1

(view raw script w/o annotations or w/e)
1
function draw_item_icon_ch1(arg0, arg1, arg2)
2
{
3
    draw_sprite_ext(spr_dmenu_items_ch1, arg2, arg0, arg1, 2, 2, 0, draw_get_color(), 1);
4
}