Skip to content

Commit

Permalink
do some ajustments
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlesPikachu committed Mar 20, 2022
1 parent e96bbb0 commit 3edfe0c
Show file tree
Hide file tree
Showing 841 changed files with 17 additions and 17 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ class Config():
FPS_GAMING = 50
# 字体路径
FONT_PATHS_DICT = {
'default20': {'name': os.path.join(rootdir.replace('breakoutclone', 'base'), 'resources/fonts/MaiandraGD.TTF'), 'size': 20},
'default30': {'name': os.path.join(rootdir.replace('breakoutclone', 'base'), 'resources/fonts/MaiandraGD.TTF'), 'size': 30},
'default20': {'name': os.path.join(rootdir.replace('breakoutclone', 'base'), 'resources/fonts/MaiandraGD.ttf'), 'size': 20},
'default30': {'name': os.path.join(rootdir.replace('breakoutclone', 'base'), 'resources/fonts/MaiandraGD.ttf'), 'size': 30},
}
# 背景音乐路径
BGM_PATH = os.path.join(rootdir, 'resources/audios/bgm.mp3')
Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ class Config():
}
# 字体路径
FONT_PATHS_DICT = {
'default_s': {'name': os.path.join(rootdir.replace('catchcoins', 'base'), 'resources/fonts/Gabriola.TTF'), 'size': 40},
'default_l': {'name': os.path.join(rootdir.replace('catchcoins', 'base'), 'resources/fonts/Gabriola.TTF'), 'size': 60},
'default_s': {'name': os.path.join(rootdir.replace('catchcoins', 'base'), 'resources/fonts/Gabriola.ttf'), 'size': 40},
'default_l': {'name': os.path.join(rootdir.replace('catchcoins', 'base'), 'resources/fonts/Gabriola.ttf'), 'size': 60},
}


Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class Config():
}
# 字体路径
FONT_PATHS_DICT = {
'default': {'name': os.path.join(rootdir.replace('gemgem', 'base'), 'resources/fonts/MaiandraGD.TTF'), 'size': 25},
'default': {'name': os.path.join(rootdir.replace('gemgem', 'base'), 'resources/fonts/MaiandraGD.ttf'), 'size': 25},
}
# 游戏图片路径
IMAGE_PATHS_DICT = {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ class Config():
FPS = 30
# 字体路径
FONT_PATHS_NOPRELOAD_DICT = {
'font_cn': os.path.join(rootdir, 'resources/fonts/font_cn.TTF'),
'font_en': os.path.join(rootdir, 'resources/fonts/font_en.TTF')
'font_cn': os.path.join(rootdir, 'resources/fonts/font_cn.ttf'),
'font_en': os.path.join(rootdir, 'resources/fonts/font_en.ttf')
}
# 游戏地图路径
MAPPATHS = [
Expand Down
Loading

0 comments on commit 3edfe0c

Please sign in to comment.