Renamed store files to (xyz)Store for better readability
This commit is contained in:
@ -21,7 +21,7 @@ import { type ExtendedCharacter as CharacterT } from '@/types'
|
||||
import { calculateIsometricDepth, tileToWorldX, tileToWorldY } from '@/composables/zoneComposable'
|
||||
import { watch, computed, ref, onMounted, onUnmounted } from 'vue'
|
||||
import config from '@/config'
|
||||
import { useGameStore } from '@/stores/game'
|
||||
import { useGameStore } from '@/stores/gameStore'
|
||||
|
||||
enum Direction {
|
||||
POSITIVE,
|
||||
|
Reference in New Issue
Block a user