Deltarune (Chapter 4) script viewer

← back to main script listing

gml_Object_obj_elnina_umbrella_Draw_0

(view raw script w/o annotations or w/e)
1
draw_self();
2
image_alpha2 -= 0.1;
3
d3d_set_fog(true, c_red, 0, 1);
4
draw_sprite_ext(sprite_index, 1, x, y, image_xscale, image_yscale, image_angle, image_blend, image_alpha2);
5
d3d_set_fog(false, c_black, 0, 0);