def update(self): pos = pygame.mouse.get_pos() self.rect.x = pos[0] if ... window.blit(text, (window.get_width() / 2 - 150, window.get_height() / 2))
確定! 回上一頁