Tiny improvements
This commit is contained in:
7
src/components/game/gui/ExpBar.vue
Normal file
7
src/components/game/gui/ExpBar.vue
Normal file
@ -0,0 +1,7 @@
|
||||
<template></template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import { useGameStore } from '@/stores/gameStore'
|
||||
|
||||
const gameStore = useGameStore()
|
||||
</script>
|
Reference in New Issue
Block a user