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

Re: [pygame] hoe to create the RoundRect ?



I you wanted to not have a filled rectangle, you could render this to a surface, with the center in black, set the surface's colorkey to black, and render the surface to your main surface.  Currently, this must be done by the user, but I could change it so it does it automatically.