Enhancement request:
What should be added/changed?
Multiple calls to draw polygons causes the transparency to add up (transparent color provided in the color parameter to draw_polygon_filled(..).
Need a way to draw multiple polygons in one batch with the same transparency.
What would it help with?
Creating a simple top down game which has vision cones (polygon) for each of the characters. When drawing overlapping vision cones, their transparency gets added and starts looking weird.
Enhancement request:
What should be added/changed?
Multiple calls to draw polygons causes the transparency to add up (transparent color provided in the color parameter to draw_polygon_filled(..).
Need a way to draw multiple polygons in one batch with the same transparency.
What would it help with?
Creating a simple top down game which has vision cones (polygon) for each of the characters. When drawing overlapping vision cones, their transparency gets added and starts looking weird.