Worked on zone objects, tile tags and searching

This commit is contained in:
2024-07-04 02:07:45 +02:00
parent 2cfe80de11
commit 2fe6f8d9c0
22 changed files with 468 additions and 304 deletions

View File

@ -31,7 +31,7 @@ import { onMounted, ref } from 'vue'
import { login, register } from '@/services/authentication'
import { useNotificationStore } from '@/stores/notifications'
import { useSocketStore } from '@/stores/socket'
import {useAssetStore} from '@/stores/assets'
import { useAssetStore } from '@/stores/assets'
const bgm = ref('bgm')
if (bgm.value.paused) {
@ -50,7 +50,7 @@ onMounted(async () => {
/**
* Fetch assets from the server
*/
assetStore.fetchAssets();
assetStore.fetchAssets()
const response = await login('ethereal', 'kanker123')