mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-02-07 23:58:42 +01:00
Moved path of defaulf bgm/ambient sounds
This commit is contained in:
parent
173cb6358b
commit
3f973d7bad
@ -59,8 +59,8 @@ const DEFAULT_EXPRESSIONS = [
|
||||
"neutral"
|
||||
];
|
||||
const SPRITE_DOM_ID = "#expression-image";
|
||||
const AMBIENT_FOLDER = "audio/ambient/";
|
||||
const FALLBACK_BGMS = ["audio/bgm/bgm_0.mp3"]; // TODO fetch them from folder default and custom
|
||||
const AMBIENT_FOLDER = "sounds/ambient/";
|
||||
const FALLBACK_BGMS = ["sounds/bgm/bgm_0.mp3"]; // TODO fetch them from folder default and custom
|
||||
|
||||
let characterMusics = {}; // Updated with module workers
|
||||
let ambientMusics = []; // Initialized only once
|
||||
|
Loading…
x
Reference in New Issue
Block a user