[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] hoe to create the RoundRect ?



Do you mean like a rectangle with rounded edges?  As far as I know, PyGame doesn't go that.  You can, however, make several rectangles of different sizes, and draw them over each other.  Because they overlap, they will appear to form a rounded rectangle.
Ian