Deltarune (Chapter 2) script viewer

← back to main script listing

gml_Object_obj_queenart_mona_Draw_0

(view raw script w/o annotations or w/e)
1
draw_self();
2
if (image_index >= 2)
3
    image_index -= 2;
4
if (global.flag[8 simplify_vfx] == 0)
5
    draw_sprite_ext(sprite_index, 2, x, y, image_xscale, image_yscale, 0, c_white, flashamt);
6
if (global.flag[8 simplify_vfx] == 1)
7
    draw_sprite_ext(sprite_index, 2, x, y, image_xscale, image_yscale, 0, c_white, flashamt / 4);