chore: ded
This commit is contained in:
parent
9d6eb3c2cf
commit
c610b1b378
|
@ -57,7 +57,6 @@ export default (latus) => {
|
||||||
entities,
|
entities,
|
||||||
tiles,
|
tiles,
|
||||||
tilesetUri,
|
tilesetUri,
|
||||||
world,
|
|
||||||
} = json;
|
} = json;
|
||||||
const {EntityList, Tileset} = latus.get('%resources');
|
const {EntityList, Tileset} = latus.get('%resources');
|
||||||
await this.tiles.load(tiles);
|
await this.tiles.load(tiles);
|
||||||
|
@ -69,7 +68,6 @@ export default (latus) => {
|
||||||
? await EntityList.load(entities)
|
? await EntityList.load(entities)
|
||||||
: new EntityList(),
|
: new EntityList(),
|
||||||
);
|
);
|
||||||
this.world = world;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
async onEntityAddedToLayer(entity) {
|
async onEntityAddedToLayer(entity) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user