screen = pygame.display.set_mode((800,600)). # 設置窗口標題. pygame.display.set_caption('circle game'). # 定義顏色. BLACK = ( 0, 0, 0).
確定! 回上一頁