Work for teleports

This commit is contained in:
2024-08-23 20:15:58 +02:00
parent 43d5e0614e
commit ad096d4ce3
13 changed files with 303 additions and 168 deletions

View File

@ -70,6 +70,9 @@ export const useGameStore = defineStore('game', {
this.token = null
this.user = null
this.character = null
this.isGmPanelOpen = false
this.isMovingCamera = false
this.isChatOpen = false
useCookies().remove('token')
}