This commit is contained in:
oc 2019-01-21 23:26:28 +08:00
parent a2018b50ba
commit 9bfc2fcf6e

View File

@ -236,11 +236,6 @@ core.prototype.init = function (coreData, callback) {
document.getElementById("startLogo").innerHTML = core.firstData.title;
core.material.items = core.clone(core.items.getItems());
core.material.enemys = core.clone(core.enemys.getEnemys());
if (main.mode == 'play') {
for (var enemyId in core.material.enemys) {
core.material.enemys[enemyId].id = enemyId;
}
}
core.material.icons = core.icons.getIcons();
core.material.events = core.events.getEvents();