Răsfoiți Sursa

统一修改游戏文字备注

huangxiaoyue 1 an în urmă
părinte
comite
06e5d469c0
1 a modificat fișierele cu 1 adăugiri și 0 ștergeri
  1. 1 0
      GameClient/Assets/Game/HotUpdate/Views/ViewManager.cs

+ 1 - 0
GameClient/Assets/Game/HotUpdate/Views/ViewManager.cs

@@ -51,6 +51,7 @@ namespace GFGGame
             //await GFGUIPackage.AddPackageAsync(ResPathUtil.GetUIPackagePath("Common"));
             UIConfig.buttonSound = (NAudioClip)UIPackage.GetItemAsset("Common", "click");
 
+            //统一修改文字字体需要填写路径 ResIn/Font/FZKTJW--GB1-0
             UIConfig.defaultFont = "FZKTJW--GB1-0";
             //默认关闭点击窗口移至顶层的功能,不可打开,如哪个界面需要在界面中单独设置
             UIConfig.bringWindowToFrontOnClick = false;