pygame文本輸出,超詳細

>>> #導入pygame庫 >>> import pygame >>> #導入pygame所有的參數 >>> from pygame.locals import * >>> #初始化pygame >>> pygame.init() (6, 0) >>> #獲取對顯示系統的訪問,並且建立一個窗口,決定分辨率,窗口的寬度和高度寫在圓括號中 >>> screen=pygame.display.set_
相關文章
相關標籤/搜索