forked from noxious/client
My 13th reason (2.0)
This commit is contained in:
@ -5,7 +5,7 @@
|
||||
<script setup lang="ts">
|
||||
import Character from '@/components/sprites/Character.vue'
|
||||
import { useZoneStore } from '@/stores/zone'
|
||||
import { calculateIsometricDepth } from '@/services/zone'
|
||||
import { calculateIsometricDepth } from '@/composables/zoneComposable'
|
||||
|
||||
const zoneStore = useZoneStore()
|
||||
|
||||
|
Reference in New Issue
Block a user