diff options
| author | ne_mene <[email protected]> | 2026-03-30 12:39:13 +0200 |
|---|---|---|
| committer | ne_mene <[email protected]> | 2026-03-30 12:39:13 +0200 |
| commit | ec00a87eecf2471c86e7be456c4baab3695d188b (patch) | |
| tree | 6185374693a709756f850891e329973dfea815aa /src/sound.lua | |
| parent | ccaf23cedd06f2095732d00d5880f8d43ea9bc3f (diff) | |
stereo to mono script
Diffstat (limited to 'src/sound.lua')
| -rw-r--r-- | src/sound.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sound.lua b/src/sound.lua index 6ebe403..5b530fc 100644 --- a/src/sound.lua +++ b/src/sound.lua @@ -2,7 +2,7 @@ local sound_bank = {} function load_sounds_from(path) - path = path or "res/sound" + path = path or "res/mono" local files = lf.getDirectoryItems(path) for _, file in ipairs(files) do |
