ErisApps / HitScoreVisualizer

Beat Saber plugin that colors the scores that pop up when you hit notes
MIT License
71 stars 13 forks source link

Stopgap improvements #22

Closed qqrz997 closed 2 months ago

qqrz997 commented 2 months ago

ScoringType seems to be a misleading type, whereas GameplayType lets us easily distinguish what kind of score we can expect a note to give. This fixes chain segments with an arc attached to it showing a score, for instance, and we can also now consistently show score for notes with arcs correctly.

I will be working on a way for chain heads to be represented in the near future.