Deltarune (Chapter 2) script viewer

← back to main script listing

gml_Object_obj_sneo_heartattack_old_Draw_0

(view raw script w/o annotations or w/e)
1
draw_set_color(c_green);
2
draw_line_width(x, y, xstart, ystart, 2);
3
draw_set_color(c_white);
4
draw_sprite_ext(sprite_index, image_index, x + random(shakex), y + random(shakey), image_xscale, image_yscale, 0, c_white, image_alpha);