Skip to content

Version 3.5.0

Latest
Compare
Choose a tag to compare
@qqrz997 qqrz997 released this 09 Nov 20:08
  • Added a toggle in configs that will decide, when the note is first cut, if the score display will show the max possible after cut score
"assumeMaxPostSwing": true

Note: it is recommended to set doIntermediateUpdates to false in order for this to be noticeable. This setting is generally only useful if you're swinging extremely slow, like on "poodle" maps, for instance.

  • Added the %d token which, when used in format display mode, will be replaced with an arrow that points in the direction relative to the cut line towards the center line of the note
"judgments": [
    { "threshold": 0, "text": "%d%n%s", "color": [1, 1, 1, 1] },
]