Pygame中的Sprite類

Sprite源代碼 pygame中sprite模塊的Sprite類是一個簡單的基類,它的源代碼以下:python class Sprite(object): def __init__(self, *groups): self.__g = {} # The groups the sprite is in if groups: self.
相關文章
相關標籤/搜索