1
0
forked from noxious/client

Cleaned sound composable code

This commit is contained in:
2025-02-06 22:35:54 +01:00
parent fb3a59aa59
commit 838610d041
4 changed files with 97 additions and 60 deletions

View File

@ -16,8 +16,8 @@ import MapEditor from '@/components/screens/MapEditor.vue'
import BackgroundImageLoader from '@/components/utilities/BackgroundImageLoader.vue'
import Debug from '@/components/utilities/Debug.vue'
import Notifications from '@/components/utilities/Notifications.vue'
import { useSoundComposable } from '@/composables/useSoundComposable'
import { useMapEditorComposable } from '@/composables/useMapEditorComposable'
import { useSoundComposable } from '@/composables/useSoundComposable'
import { useGameStore } from '@/stores/gameStore'
import { computed, watch } from 'vue'