字体修改
This commit is contained in:
parent
e1317e8c39
commit
094fbf6862
|
@ -7,3 +7,5 @@ log.txt
|
|||
traceback.txt
|
||||
|
||||
cache/
|
||||
|
||||
.DS_Store
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -56,13 +56,13 @@ define gui.interface_text_color = '#404040'
|
|||
## 字体和字体大小 #####################################################################
|
||||
|
||||
## 游戏内文本使用的字体。
|
||||
define gui.text_font = "SourceHanSerifSC-Heavy.ttf"
|
||||
define gui.text_font = "fonts/HarmonyOS_Sans_SC_Regular.ttf"
|
||||
|
||||
## 角色名称使用的字体。
|
||||
define gui.name_text_font = "SourceHanSerifSC-Heavy.ttf"
|
||||
define gui.name_text_font = "fonts/HarmonyOS_Sans_SC_Black.ttf"
|
||||
|
||||
## 游戏外文本使用的字体。
|
||||
define gui.interface_text_font = "SourceHanSerifSC-Heavy.ttf"
|
||||
define gui.interface_text_font = "fonts/HarmonyOS_Sans_SC_Regular.ttf"
|
||||
|
||||
## 普通对话文本的大小。
|
||||
define gui.text_size = 33
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
|
@ -1377,4 +1377,4 @@ translate None strings:
|
|||
old "unescape: Disables escaping of unicode symbols in unicode strings and print it as is (default)."
|
||||
new "unescape:禁止转义 Unicode 字符串中的 Unicode 符号,并按原样打印(默认)。"
|
||||
|
||||
define gui.system_font = 'SourceHanSerifSC-Heavy.ttf'
|
||||
define gui.system_font = "fonts/HarmonyOS_Sans_SC_Regular.ttf"
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue