- 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 informat
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] },
]