Audio module proper extension code. Dedicated Audio extension scripts. Simple UI to adjust bgm/ambient. Load bgm per character from character folder and switch audio dynamically w.r.t. expression. Ambient sound updated when background change.

This commit is contained in:
Tony Ribeiro
2023-08-20 02:31:17 +02:00
parent 8590de7229
commit 25daa61e83
12 changed files with 417 additions and 27 deletions

View File

@@ -0,0 +1,13 @@
.mixer-div {
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
padding: 5px;
}
.audio-mute-button {
padding: 5px;
width: 50px;
height: 30px;
}