Fixed BPM changes and added obituary
This commit is contained in:
parent
9bdf31cf6c
commit
648528ba32
8689
charts/obituary/obituary-hard.json
Normal file
8689
charts/obituary/obituary-hard.json
Normal file
File diff suppressed because it is too large
Load Diff
@ -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
|
||||
|
@ -7,5 +7,8 @@
|
||||
],
|
||||
"stress": [
|
||||
"hard"
|
||||
],
|
||||
"obituary": [
|
||||
"hard"
|
||||
]
|
||||
}
|
||||
|
BIN
songs/Obituary/Inst.ogg
Normal file
BIN
songs/Obituary/Inst.ogg
Normal file
Binary file not shown.
BIN
songs/Obituary/Voices.ogg
Normal file
BIN
songs/Obituary/Voices.ogg
Normal file
Binary file not shown.
Reference in New Issue
Block a user