enemy.id
This commit is contained in:
parent
a2018b50ba
commit
9bfc2fcf6e
@ -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();
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user