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