google-code-export / gummworld2

Automatically exported from code.google.com/p/gummworld2
Other
2 stars 0 forks source link

BucketGroup and BucketSprite do not support multiple bucket groups #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Make two BucketGroups and one BucketSprite.
2. Add the sprite to each group.
3. Remove the sprite from one group with group.remove() or sprite.kill().
4. Examine the other group, the sprite will still be in it.

What is the expected output? What do you see instead?
Need to support sprite it multiple groups. It is not currently supported.

Original issue reported on code.google.com by stabbing...@gmail.com on 8 Jan 2011 at 5:13

GoogleCodeExporter commented 9 years ago
This is probably not necessary. It was intended to be used in lieu of a world 
class. The standard pygame sprite groups can be used to augment sprite 
management.

Original comment by stabbing...@gmail.com on 22 Jan 2011 at 8:32