From 96cd097af8a875487b4cbdae7099cc87d966ab9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20N=C3=A9grier?= Date: Wed, 2 Jun 2021 09:09:23 +0200 Subject: [PATCH] Fixing cam and controls position --- front/src/Components/App.svelte | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/front/src/Components/App.svelte b/front/src/Components/App.svelte index f30b62b9..cba741fe 100644 --- a/front/src/Components/App.svelte +++ b/front/src/Components/App.svelte @@ -21,6 +21,11 @@ export let game: Game; +
+{#if $gameOverlayVisibilityStore} + + +{/if}
{#if $loginSceneVisibleStore} @@ -40,12 +45,8 @@ - {#if $gameOverlayVisibilityStore} - - - {/if} {#if $helpCameraSettingsVisibleStore} {/if}
- +