Deltarune (Chapter 5) script viewer

← back to main script listing

gml_Object_obj_ch5_DW45_marker_Draw_0

(view raw script w/o annotations or w/e)
1
if (!i_ex(obj_ch5_DW45_fountain))
2
    exit;
3
if (sprite_index == -4)
4
    exit;
5
if (!_init)
6
    exit;
7
image_blend = obj_ch5_DW45_fountain.colcol;
8
draw_sprite_ext(sprite_index, image_index, x, y - 4, 2, 2, 0, image_blend, 1);
9
image_blend = c_black;
10
draw_sprite_ext(sprite_index, image_index, x, (y + (sprite_height * 4)) - 8, 2, -6, 0, image_blend, 1);
11
draw_self();