Undertale script viewer

← back to main script listing

gml_Object_obj_flamedrawer_Draw_0

(view raw script w/o annotations or w/e)
1
for (i = 0; i < 20; i += 1)
2
    draw_sprite(sprite_index, image_index, x, y + (10 * i));
3
image_speed = 0.5;