505681468 发表于 2024-6-24 16:48
为何不直接替换 fonts 目录下的字体文件呢
kyjoke 发表于 2024-6-25 01:21
更改游戏目录下面fonts/gamefont.css里的路径就能直接改字体
fierytears 发表于 2024-6-25 09:00
我这样之后只有标题的变了
Window_Base.prototype.standardFontFace = function() { if ($gameSystem.isChinese()) { return 'SimHei, Heiti TC, sans-serif'; } else if ($gameSystem.isKorean()) { return 'Dotum, AppleGothic, sans-serif'; } else { return 'GameFont'; } };
Window_Base.prototype.standardFontFace = function() { return 'GameFont'; };
欢迎光临 Project1 (https://rpg.blue/) | Powered by Discuz! X3.1 |