Fix indentation

To make prettier happy
This commit is contained in:
Chasethechicken 2021-12-22 10:13:26 +01:00
parent 1ea7b45c7e
commit 6cae134c8f

View file

@ -88,7 +88,7 @@ export class GameMap {
.setAlpha(layer.opacity)
.setVisible(layer.visible)
.setSize(layer.width, layer.height)
);
);
}
if (layer.type === "objectgroup" && layer.name === "floorLayer") {
depth = DEPTH_OVERLAY_INDEX;