This commit is contained in:
2025-01-25 16:49:25 +01:00
parent 284ca6f64e
commit 82cfe5902f
2 changed files with 0 additions and 222 deletions

View File

@ -11,7 +11,6 @@
<ExpBar />
<CharacterProfile />
<Effects />
</Scene>
</Game>
</div>
@ -27,7 +26,6 @@ import ExpBar from '@/components/game/gui/ExpBar.vue'
import Hotkeys from '@/components/game/gui/Hotkeys.vue'
import Hud from '@/components/game/gui/Hud.vue'
import Menu from '@/components/game/gui/Menu.vue'
import Effects from '@/components/game/map/Effects.vue'
import Map from '@/components/game/map/Map.vue'
import { useGameStore } from '@/stores/gameStore'
import { Game, Scene } from 'phavuer'