Deltarune (Chapter 4) script viewer

← back to main script listing

gml_Object_obj_titan_platform_Draw_0

(view raw script w/o annotations or w/e)
1
draw_set_color(temp_platform_color);
2
ossafe_fill_rectangle(-400, 184, 180, cameray() + cameraheight(), false);
3
d_triangle(180, 184, 180, cameray() + cameraheight(), 368, cameray() + cameraheight(), false);
4
draw_set_color(c_white);