sos
This commit is contained in:
@ -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">
|
||||
@ -51,7 +51,7 @@ import Menubar from '@/components/gui/Menu.vue'
|
||||
import GmTools from '@/components/utilities/GmTools.vue'
|
||||
import ZoneEditor from '@/components/utilities/zoneEditor/ZoneEditor.vue'
|
||||
import GmPanel from '@/components/utilities/GmPanel.vue'
|
||||
// import Inventory from '@/components/utilities/inventory/Inventory.vue'
|
||||
import Inventory from '@/components/utilities/inventory/Inventory.vue'
|
||||
|
||||
const gameStore = useGameStore()
|
||||
const zoneStore = useZoneStore()
|
||||
|
Reference in New Issue
Block a user