Deltarune (Chapter 3) script viewer

← back to main script listing

gml_Object_obj_lancer_card_Draw_64

(view raw script w/o annotations or w/e)
1
draw_set_alpha(whitefgalpha);
2
draw_rectangle_color(camerax(), cameray(), camerax() + camerawidth(), cameray() + cameraheight(), c_white, c_white, c_white, c_white, false);
3
draw_set_alpha(1);