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

Re: [pygame] Group.update() takes kwargs?



On Fri, 2006-08-04 at 22:21 -0400, Ethan Glasser-Camp wrote:
> It seems to me like it would be convenient to take and pass kwargs, so
> you can update only certain aspects of the sprite.

Your best bet is to derive your own Group class from the built in one.
Change the update method to whatever args you want.