wip mission 2

This commit is contained in:
math-pixel
2026-05-11 16:46:22 +02:00
parent f2595e5090
commit 0b2e562a74
19 changed files with 449 additions and 94 deletions
+3
View File
@@ -1,4 +1,7 @@
export const AUDIO_PATHS = {
intro: "/sounds/fa.mp3",
bienvenue: "/sounds/fa.mp3",
alertCentral: "/sounds/fa.mp3",
searching: "/sounds/fa.mp3",
helped: "/sounds/fa.mp3",
} as const;