refactor: split sounds.ts into audio/ modules
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
94910820f8
commit
d998cb3ad0
@@ -2,7 +2,7 @@
|
||||
import { onMounted } from 'vue'
|
||||
import { RouterView } from 'vue-router'
|
||||
import NavBar from './components/NavBar.vue'
|
||||
import { ensureAudioContext } from './game/sounds'
|
||||
import { ensureAudioContext } from './game/audio'
|
||||
|
||||
// Unlock AudioContext + SpeechSynthesis on first user interaction (mobile requires gesture)
|
||||
onMounted(() => {
|
||||
|
||||
Reference in New Issue
Block a user