export const CHIP_DROP_SOUND_PATHS = Array.from( { length: 7 }, (_, index) => `/sfx/chip_collide_${index + 1}.ogg`, );