Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlesPikachu committed Jan 8, 2022
1 parent 6c602f2 commit d6be6fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpgames/modules/core/puzzlepieces/puzzlepieces.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class Config():
# 屏幕大小
SCREENSIZE = (640, 640)
# 标题
TITLE = 'Bunnies and Badgers —— Charles的皮卡丘'
TITLE = '拼图小游戏 —— Charles的皮卡丘'
# 游戏图片路径
IMAGE_PATHS_DICT = {}
for item in os.listdir(os.path.join(rootdir, 'resources/images')):
Expand Down

0 comments on commit d6be6fa

Please sign in to comment.