Fix indentation
To make prettier happy
This commit is contained in:
parent
1ea7b45c7e
commit
6cae134c8f
@ -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…
Reference in New Issue
Block a user