Merge remote-tracking branch 'origin/dong' into yi
This commit is contained in:
commit
5d9dbb97a9
BIN
Yosin_Engine.exe
BIN
Yosin_Engine.exe
Binary file not shown.
|
|
@ -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() {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue