我是Python和Pygame的新手,并通过一个教程创建了2D迷你高尔夫游戏。 我以前浏览过这里的所有帖子,但没有一个可以帮助我。
所以当我跑步
python main.py
我收到此错误:
Traceback (most recent call last):
File "main.py", line 38, in <module>
import startScreen
File "E:\Coding\Personal\Games\Golf-Game\startScreen.py", line 10, in <module>
title = pygame.image.load(os.path.join('img', 'title.png'))
pygame.error: Couldn't open img\title.png
我还不能制作所有艺术品,所以我只有透明的背景(正在进行中的艺术品)