From 02108ce977a44fac50e05d052fbebc4a9e76a8e1 Mon Sep 17 00:00:00 2001 From: Kharhamel Date: Mon, 4 Oct 2021 11:23:30 +0200 Subject: [PATCH] FIX: fixes for the emnote menu --- front/src/Components/App.svelte | 4 ++-- front/src/Components/EmoteMenu/EmoteMenu.svelte | 9 ++------- front/src/Phaser/Entity/Character.ts | 2 +- front/src/Phaser/Game/GameManager.ts | 4 ---- front/src/Stores/EmoteStore.ts | 1 - front/style/style.scss | 4 ---- 6 files changed, 5 insertions(+), 19 deletions(-) diff --git a/front/src/Components/App.svelte b/front/src/Components/App.svelte index 1fbcf76a..ab8b6d3f 100644 --- a/front/src/Components/App.svelte +++ b/front/src/Components/App.svelte @@ -1,7 +1,7 @@