WIP Inventory overlay
This commit is contained in:
@ -9,6 +9,7 @@
|
||||
<div class="flex absolute justify-between left-0 right-0 top-12 mx-12 my-0">
|
||||
<Hud />
|
||||
</div>
|
||||
<Inventory />
|
||||
<World v-if="isLoaded" :key="gameStore.character?.zoneId" />
|
||||
<div class="flex absolute justify-between left-0 right-0 bottom-24 h-24 mx-12 my-0">
|
||||
<Chat />
|
||||
@ -43,6 +44,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'
|
||||
|
||||
const gameStore = useGameStore()
|
||||
const zoneEditorStore = useZoneEditorStore()
|
||||
|
Reference in New Issue
Block a user