We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c4de217 + d8d5b1c commit 5b81be3Copy full SHA for 5b81be3
js/rpg_scenes/Scene_Boot.js
@@ -52,7 +52,7 @@ Scene_Boot.prototype.isGameFontLoaded = function() {
52
return true;
53
} else if (!Graphics.canUseCssFontLoading()){
54
var elapsed = Date.now() - this._startDate;
55
- if (elapsed >= 20000) {
+ if (elapsed >= 60000) {
56
throw new Error('Failed to load GameFont');
57
}
58
0 commit comments