Enable MOG ATB

启用了 MOG 的 ATB 插件,但是现在缺少相应的图片.

Signed-off-by: xian18 <44394537+xian18@users.noreply.github.com>
main
xian18 2 years ago
parent 3f6d82b010
commit 76256aa1ec

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

@ -92,7 +92,7 @@ var SF_Plugins = SF_Plugins || {};
if (this._errorPrinter && !this._errorShowed && SF_SkipLoadError.FileLoadErrorList.indexOf(url) === -1) {
SceneManager.stop();
if (this._errorPrinter.innerHTML !== "") {
tempht = this._errorPrinter.innerHTML.match(/<font color="white">(.*)<\/font>/i)[1] + "<br/>";
let tempht = this._errorPrinter.innerHTML.match(/<font color="white">(.*)<\/font>/i)[1] + "<br/>";
this._errorPrinter.innerHTML = '<font color="yellow"><b>' + '文件加载失败,请上报问题附带截图:' + '</b></font><br>' +
'<font color="white">' + tempht + 'Failed to load: ' + url + '</font><br>';
} else {

Loading…
Cancel
Save