542a08f91293dbc633d770f9f5a2c2af.jpg (90.53 KB, 下载次数: 22)
Graphics._setupCssFontLoading = function(){ if(Graphics._cssFontLoading){ if (document.fonts.ready.then) { document.fonts.ready.then(function(fonts){ Graphics._fontLoaded = fonts; }).catch(function(error){ SceneManager.onError(error); }); } else { document.fonts.ready().then(function(fonts){ Graphics._fontLoaded = fonts; }).catch(function(error){ SceneManager.onError(error); }); } } };
欢迎光临 Project1 (https://rpg.blue/) | Powered by Discuz! X3.1 |