Anuken / Mindustry-Suggestions

Repository for Mindustry suggestions and feedback
131 stars 58 forks source link

Use monospace font and fix precision when displaying numbers #5229

Closed ZeroRin closed 1 month ago

ZeroRin commented 2 months ago

Describe the content or mechanics you are proposing.

right now when the game shows a changing number like 89.9 -> 90 -> 90.1, the string will jitter constantly due to the change of width. As 9 is much wider than 1, and the second number 90 has only 2 digits. i suggest to use monospace numbers, and always keep the trailing 0, so the above case goes 89.9 -> 90.0 -> 90.1.

Describe how you think this content will improve the game. If you're proposing new content, mention how it may add more gameplay options or how it will fill a new niche.

make numbers more readable and protect eyes

Before making this issue, check the boxes below to confirm that you have acknowledged them.

itcannotbe commented 2 months ago

This actually makes sense.

github-actions[bot] commented 1 month ago

This suggestion is now stale, and will be automatically closed.