This commit is contained in:
2024-08-22 20:00:29 +02:00
parent 2211824832
commit 5a03080a0e
19 changed files with 442 additions and 421 deletions

View File

@ -2,7 +2,7 @@
<div class="flex justify-center items-center h-dvh p-8 relative">
<GmTools v-if="isLoaded && gameStore.character?.role === 'gm'" />
<GmPanel v-if="isLoaded && gameStore.character?.role === 'gm'" />
<!-- <Inventory />-->
<!-- <Inventory />-->
<div v-if="!zoneEditorStore.active">
<Game :config="gameConfig" @create="createGame">