From 7797df539f6e8910d72ee34cd9dc7d6eef5a2f28 Mon Sep 17 00:00:00 2001 From: Thomas Basler Date: Tue, 5 Jan 2021 19:13:34 +0100 Subject: [PATCH] Fixed syntax error and commited yarn.lock --- front/src/Phaser/Game/GameScene.ts | 2 +- front/yarn.lock | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/front/src/Phaser/Game/GameScene.ts b/front/src/Phaser/Game/GameScene.ts index 2b7be87f..8d482c62 100644 --- a/front/src/Phaser/Game/GameScene.ts +++ b/front/src/Phaser/Game/GameScene.ts @@ -66,7 +66,7 @@ import {ChatModeIcon} from "../Components/ChatModeIcon"; import {OpenChatIcon, openChatIconName} from "../Components/OpenChatIcon"; import {SelectCharacterScene, SelectCharacterSceneName} from "../Login/SelectCharacterScene"; import {TextureError} from "../../Exception/TextureError"; -import {AnimatedTiles} from "phaser-animated-tiles"; +import AnimatedTiles from "phaser-animated-tiles"; export interface GameSceneInitInterface { initPosition: PointInterface|null, diff --git a/front/yarn.lock b/front/yarn.lock index acad51b8..21f8a824 100644 --- a/front/yarn.lock +++ b/front/yarn.lock @@ -3663,6 +3663,10 @@ pbkdf2@^3.0.3: safe-buffer "^5.0.1" sha.js "^2.4.8" +phaser-animated-tiles@Informatic/phaser-animated-tiles#2d5c66a9bc426dd4cb2d856c1d599494a74f8067: + version "2.0.2" + resolved "https://codeload.github.com/Informatic/phaser-animated-tiles/tar.gz/2d5c66a9bc426dd4cb2d856c1d599494a74f8067" + phaser@^3.22.0: version "3.24.1" resolved "https://registry.yarnpkg.com/phaser/-/phaser-3.24.1.tgz#376e0c965d2a35af37c06ee78627dafbde5be017"