misc: move files to root

This commit is contained in:
2026-04-15 17:29:11 -04:00 Unverified
parent 19aff04e60
commit c72bd9fff6
34 changed files with 127 additions and 15 deletions
+4
View File
@@ -0,0 +1,4 @@
export const CHIP_DROP_SOUND_PATHS = Array.from(
{ length: 7 },
(_, index) => `/sfx/chip_collide_${index + 1}.ogg`,
);