more fixes and other crap

This commit is contained in:
Kade M
2021-05-24 19:46:07 -07:00
parent e991a71ca9
commit b047eb7a72
5 changed files with 27 additions and 17 deletions

View File

@ -302,7 +302,7 @@ class Judgement extends Option
}
override function getValue():String {
return Conductor.safeFrames + " - " +
return "Safe Frames: " + Conductor.safeFrames +
" - SIK: " + HelperFunctions.truncateFloat(45 * Conductor.timeScale, 0) +
"ms GD: " + HelperFunctions.truncateFloat(90 * Conductor.timeScale, 0) +
"ms BD: " + HelperFunctions.truncateFloat(135 * Conductor.timeScale, 0) +