Teleport fix WIP

This commit is contained in:
2025-02-14 03:04:42 +01:00
parent 8f26a40a0e
commit 56f30093f6
9 changed files with 19 additions and 26 deletions

View File

@ -1,11 +1,11 @@
<template></template>
<script setup lang="ts">
import { login } from '@/services/authenticationService'
import { CharacterHairStorage, CharacterTypeStorage, MapObjectStorage, MapStorage, SoundStorage, SpriteStorage, TileStorage } from '@/storage/storages'
import { TextureStorage } from '@/storage/textureStorage'
import { useGameStore } from '@/stores/gameStore'
import { onMounted, onUnmounted } from 'vue'
import {login} from "@/services/authenticationService";
import {useGameStore} from "@/stores/gameStore";
const gameStore = useGameStore()
const mapStorage = new MapStorage()