Fixing cam and controls position
This commit is contained in:
parent
2230f94410
commit
96cd097af8
1 changed files with 6 additions and 5 deletions
|
@ -21,6 +21,11 @@
|
||||||
export let game: Game;
|
export let game: Game;
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
<div>
|
||||||
|
{#if $gameOverlayVisibilityStore}
|
||||||
|
<MyCamera></MyCamera>
|
||||||
|
<CameraControls></CameraControls>
|
||||||
|
{/if}
|
||||||
<div class="absolute-overlay">
|
<div class="absolute-overlay">
|
||||||
{#if $loginSceneVisibleStore}
|
{#if $loginSceneVisibleStore}
|
||||||
<LoginScene game={game}></LoginScene>
|
<LoginScene game={game}></LoginScene>
|
||||||
|
@ -40,12 +45,8 @@
|
||||||
<!-- {#if $menuIconVisible}
|
<!-- {#if $menuIconVisible}
|
||||||
<MenuIcon />
|
<MenuIcon />
|
||||||
{/if} -->
|
{/if} -->
|
||||||
{#if $gameOverlayVisibilityStore}
|
|
||||||
<MyCamera></MyCamera>
|
|
||||||
<CameraControls></CameraControls>
|
|
||||||
{/if}
|
|
||||||
{#if $helpCameraSettingsVisibleStore}
|
{#if $helpCameraSettingsVisibleStore}
|
||||||
<HelpCameraSettingsPopup game={ game }></HelpCameraSettingsPopup>
|
<HelpCameraSettingsPopup game={ game }></HelpCameraSettingsPopup>
|
||||||
{/if}
|
{/if}
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue