Renamed store files to (xyz)Store for better readability

This commit is contained in:
2024-09-22 00:53:29 +02:00
parent 88bd039a04
commit 42291b93eb
44 changed files with 59 additions and 59 deletions

View File

@ -38,8 +38,8 @@
import 'phaser'
import { ref, onBeforeUnmount } from 'vue'
import { Game, Scene } from 'phavuer'
import { useGameStore } from '@/stores/game'
import { useZoneEditorStore } from '@/stores/zoneEditor'
import { useGameStore } from '@/stores/gameStore'
import { useZoneEditorStore } from '@/stores/zoneEditorStore'
import Hud from '@/components/gui/Hud.vue'
import Zone from '@/components/zone/Zone.vue'
import Chat from '@/components/gui/Chat.vue'