I created a subclass of pygame.Surface, and used the python 3 super method like this: super().__init__((self.width, self.height)) So I passed this …
確定! 回上一頁