load mod
This commit is contained in:
parent
fcc71dcf7f
commit
3ca7c95231
2
main.js
2
main.js
@ -106,7 +106,6 @@ function main() {
|
|||||||
'hard': document.getElementById("hard")
|
'hard': document.getElementById("hard")
|
||||||
}
|
}
|
||||||
this.floors = {}
|
this.floors = {}
|
||||||
this.instance = {};
|
|
||||||
this.canvas = {};
|
this.canvas = {};
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -213,7 +212,6 @@ main.prototype.loadMod = function (modName, callback) {
|
|||||||
script.src = 'libs/' + modName + (this.useCompress?".min":"") + '.js?v=' + this.version;
|
script.src = 'libs/' + modName + (this.useCompress?".min":"") + '.js?v=' + this.version;
|
||||||
main.dom.body.appendChild(script);
|
main.dom.body.appendChild(script);
|
||||||
script.onload = function () {
|
script.onload = function () {
|
||||||
main[name] = main.instance[name];
|
|
||||||
callback(name);
|
callback(name);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user