NyxTheShield / TrombLoader

Trombone Champ Custom Chart Loader
Other
73 stars 13 forks source link

Add support for decimal bpm #22

Closed WWRS closed 1 year ago

WWRS commented 1 year ago

Motivation

The only issue we currently have with decimal BPM is that when the game goes to load the info displayed on the title screen, it expects the BPM to be reported as a string representing an int. Currently, if the BPM of a track is set to a float, we send it a string representing a float.

Changes

Testing