Auros / Enhancements

23 stars 12 forks source link

BreakTime suggestion #16

Open Byproduct opened 2 years ago

Byproduct commented 2 years ago

Heya, really like this mod, it improves Beat Saber a lot!

I only have one minor gripe about the way breaktime looks – it seems kinda laggy when it shows precision of 0.01 seconds but updates only at 20fps. If I'm guessing correctly, a simple fix would be to change BreakTimeModule.cs line 116 into .ToString("F1") instead of .ToString("F").

Also, if the text on the element were aligned left instead of center, it'd stop twitching around like that and might look good on higher framerate too. I've no idea where to set that though.