From 5042f2f82c885b9dd10711f33b7ddbe0138e35a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20N=C3=A9grier?= Date: Sun, 7 Jun 2020 23:00:05 +0200 Subject: [PATCH] Lint --- front/src/Phaser/Game/GameScene.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/front/src/Phaser/Game/GameScene.ts b/front/src/Phaser/Game/GameScene.ts index b3acacd8..245b2f32 100644 --- a/front/src/Phaser/Game/GameScene.ts +++ b/front/src/Phaser/Game/GameScene.ts @@ -155,7 +155,7 @@ export class GameScene extends Phaser.Scene { if (layer.type === 'objectgroup' && layer.name === 'floorLayer') { depth = 10000; } - }; + } if (depth === -2) { throw new Error('Your map MUST contain a layer of type "objectgroup" whose name is "floorLayer" that represents the layer characters are drawn at.'); } @@ -297,7 +297,7 @@ export class GameScene extends Phaser.Scene { key: exitSceneKey, hash }) - }; + } } /**