Setup skeleton for new HUD, updated fog img, updated effects

This commit is contained in:
2024-10-13 12:25:13 +02:00
parent c86fd2e564
commit 3c7e96ea7f
7 changed files with 52 additions and 65 deletions

View File

@ -0,0 +1,9 @@
<template>
</template>
<script setup lang="ts">
import { useGameStore } from '@/stores/gameStore'
const gameStore = useGameStore()
</script>