Add debugging user interface

This commit is contained in:
LoveEevee
2018-10-14 21:08:05 +03:00
parent e2de2ff821
commit 04473acb74
10 changed files with 334 additions and 1 deletions

View File

@@ -150,6 +150,7 @@ class ParseOsu{
if(measureNumber === 0){
measures.push({
ms: start + this.offset,
originalMS: start + this.offset,
speed: this.timingPoints[i].sliderMultiplier
})
}