Merge remote-tracking branch 'origin/dong' into yi

This commit is contained in:
WONIU 2024-12-27 23:17:53 +08:00
commit 5d9dbb97a9
2 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

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