You have a 800x800 game screen, and need to draw a circle with a radius of 200 directly in the center. How would you go about drawing this? What would the Draw_Circle function call look like, and what parameters would it take and why?
al_draw_circle(400, 400, 200, al_map_rgb(128, 0, 0), 5)
No comments:
Post a Comment