Deltarune (Chapter 4) script viewer

← back to main script listing

gml_Object_obj_gerson_windowbg_Other_21

(view raw script w/o annotations or w/e)
1
with (obj_marker)
2
{
3
    if (image_alpha == -69)
4
        draw_sprite_ext(sprite_index, image_index, x, y, image_xscale, image_yscale, image_angle, c_black, 1);
5
}