Haselnussbomber / HaselTweaks

A collection of quality of life tweaks and more.
GNU Affero General Public License v3.0
83 stars 12 forks source link

[Feature Request] DTR - Custom FPS Text Improvement #115

Closed ZohiDev closed 3 months ago

ZohiDev commented 3 months ago

Currently the custom text for FPS can only be appended to the end of the actual FPS value. It would be nice if we could specify where in the string we'd like the value to appear, maybe with some character like %% etc so that something like "test 60fps test" would be possible.

Thanks for your time!

Haselnussbomber commented 3 months ago

I've released v25.2.1, in which you can now set the format that is passed to C#s string.Format function. The first argument is the fps value, which is inserted with {0}.

ZohiDev commented 3 months ago

Thank you so much!