diff --git a/Yosin_Engine.exe b/Yosin_Engine.exe index ccdda08..51fde45 100644 Binary files a/Yosin_Engine.exe and b/Yosin_Engine.exe differ diff --git a/sqr/User/Asset/FontAsset.nut b/sqr/User/Asset/FontAsset.nut index 9fd46ed..21a3ed9 100644 --- a/sqr/User/Asset/FontAsset.nut +++ b/sqr/User/Asset/FontAsset.nut @@ -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() {