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

Re: [pygame] Python and Speed



Devon Scott-Tunkin wrote:
would you set out 2d partitioning the
screen in pygame by making say 4 invisible sprites
with rects ...  or by just using x,y values

Just use coordinates. Sprites are totally unnecessary,
since they're not something that appears on the screen.

--
Greg