每當我嘗試運行pygame程序時,我試圖加載一些圖片,我總是會得到純粹的「pygame.error」而沒有其他東西。在pygame中加載圖片會導致「pygame.error」
我已經導入pygame以及pygame.locals。起初我認爲這是因爲它找不到我的文件,但每當我將文件的名稱更改爲不正確的文件時,它會顯示「無法打開圖像」,因此我猜測它確實找到了該文件,但嘗試加載時卻失敗。 startup()函數是從main運行的第一個東西。並且我也試着在python文件的同一目錄下用grass.png文件做一個簡單的grass = pygame.image.load('grass.png')
感謝所有我能得到的幫助convert_alpha(),其中包含一個文本文件,其中包含一個文本文件,一個文本文件,一個文本文件,一個文本文件,一個文本文件,一個文本文件,一個文本文件。 pygame.error
def startup():
pygame.init()
p1=Player.Player(int(random.random()*mapstorlek),int(random.random()*mapstorlek))
vh=ViewHandler.ViewHandler()
surroundingssdict = {'grass': pygame.image.load(os.path.join('images','grass.png')).convert(),
'mount': pygame.image.load(os.path.join('images', 'mount.png').convert)()}
playerdict={'p1': pygame.image.load(os.path.join('images','player.png')).convert()}
嗯,要開始我很確定在''mount'中有圓括號:pygame.image.load('images','mount.png')。 )}「(看看.convert)()部分) – user1048917 2012-02-20 17:20:11