Sprite ): GRAVITY = -9.8 def __init__( self, bitmap, velocity=0, angle=0 ): pygame.sprite.Sprite.__init__( self ) self.image = bitmap self.rect ...
確定! 回上一頁