Fixed BPM changes and added obituary

This commit is contained in:
Entarno54 2025-05-30 15:22:58 +07:00
parent 9bdf31cf6c
commit 648528ba32
5 changed files with 8693 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@ -18,7 +18,7 @@ function conductor:getBPMFromSeconds(time)
}
for _, change in next, self.bpmChangeMap do
if change.songTime > lastChange.songTime then
if time >= change.songTime then
lastChange = change
end
end

View File

@ -7,5 +7,8 @@
],
"stress": [
"hard"
],
"obituary": [
"hard"
]
}

BIN
songs/Obituary/Inst.ogg Normal file

Binary file not shown.

BIN
songs/Obituary/Voices.ogg Normal file

Binary file not shown.