no message

This commit is contained in:
Lenheart 2024-12-27 22:44:45 +08:00
parent a88e254b73
commit 2709c51ec5
2 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@ -10,8 +10,8 @@ class _FontAssetManager_ {
//初始化字体
function InitFont() {
//普通宋体小字
Font.PreLoad("Fonts/Gasinamu.ttf");
Font("gasinamu", 11.5).Register(0);
// Font.PreLoad("新宋体");
Font("新宋体", 11.5).Register(0);
}
constructor() {