Deltarune (Chapter 4) script viewer

← back to main script listing

gml_Object_obj_rudebuster_bolt_Draw_0

(view raw script w/o annotations or w/e)
1
draw_self();
2
if (hurtflashalpha > 0)
3
{
4
    d3d_set_fog(true, c_white, 0, 1);
5
    draw_sprite_ext(sprite_index, image_index, x, y, image_xscale, image_yscale, image_angle, c_white, hurtflashalpha);
6
    d3d_set_fog(false, c_black, 0, 0);
7
    hurtflashalpha -= 0.1;
8
}