0
在我pygame的文件我有:pygame的錯誤:沒有視頻模式已設置W/livewires
from livewires import games
import math, random
class Ship(games.Sprite):
image = games.load_image("images\ship.bmp", transparent = True)
,並給出了錯誤:
pygame error: No video mode has been set
我使用livewires導入pygame的使用,而這post沒有給我的電腦正確的答案。
程序不顯示錯誤,但窗口反而閃爍並在半秒後消失 – jreiss1923 2015-02-23 20:44:18
您是否稱過顯示器的主循環? – 2015-02-23 20:46:01
我現在感覺像一個阻礙!感謝您的幫助:) – jreiss1923 2015-02-23 20:51:13