Setup skeleton for new HUD, updated fog img, updated effects
This commit is contained in:
9
src/components/gui/ExpBar.vue
Normal file
9
src/components/gui/ExpBar.vue
Normal file
@ -0,0 +1,9 @@
|
||||
<template>
|
||||
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import { useGameStore } from '@/stores/gameStore'
|
||||
|
||||
const gameStore = useGameStore()
|
||||
</script>
|
Reference in New Issue
Block a user