Fix indentation
To make prettier happy
This commit is contained in:
parent
1ea7b45c7e
commit
6cae134c8f
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ export class GameMap {
|
||||||
.setAlpha(layer.opacity)
|
.setAlpha(layer.opacity)
|
||||||
.setVisible(layer.visible)
|
.setVisible(layer.visible)
|
||||||
.setSize(layer.width, layer.height)
|
.setSize(layer.width, layer.height)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
if (layer.type === "objectgroup" && layer.name === "floorLayer") {
|
if (layer.type === "objectgroup" && layer.name === "floorLayer") {
|
||||||
depth = DEPTH_OVERLAY_INDEX;
|
depth = DEPTH_OVERLAY_INDEX;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue