多语言逻辑
This commit is contained in:
@@ -39,7 +39,6 @@ namespace NBC
|
||||
{
|
||||
DynamicFont font = new DynamicFont();
|
||||
font.name = config.Name;
|
||||
var nmsl = Resources.Load<Font>(fontLocation + config.RelativePath);
|
||||
font.nativeFont = Resources.Load<Font>(fontLocation + config.RelativePath);
|
||||
FontManager.RegisterFont(font);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user