python - Pygame, how to print content of a sprite group? -
i have sprite group called pygame.sprite.layeredupdates()
how view sprite inside group ? (for debugging )
i want name of every sprite indide group
read pygame doc - have sprites() methods gives list of sprites in group.
Comments
Post a Comment