Deltarune (Chapter 2) script viewer

← back to main script listing

gml_Object_obj_boxingqueen_aura_image_Draw_0

(view raw script w/o annotations or w/e)
1
draw_set_blend_mode(bm_add);
2
texture_set_interpolation(true);
3
draw_self();
4
draw_set_blend_mode(bm_normal);
5
texture_set_interpolation(false);
6
d3d_set_fog(0, image_blend, 0, 1);