Deltarune (Chapter 1) script viewer

← back to main script listing

gml_Object_obj_hallway_mirror_Draw_0

(view raw script w/o annotations or w/e)
1
draw_self();
2
draw_set_alpha(0.1);
3
draw_set_color(c_white);
4
draw_rectangle(x, y, x + sprite_width, y + sprite_height, false);
5
draw_set_alpha(1);