sezero / quakespasm

QuakeSpasm -- A modern, cross-platform Quake game engine based on FitzQuake.
https://sourceforge.net/projects/quakespasm/
GNU General Public License v2.0
227 stars 96 forks source link

Sliders with visible values #90

Closed protocultor closed 3 months ago

protocultor commented 9 months ago

Sliders where you don't have the numerical value you're changing are not that useful, since you don't have a point of reference to compare. This PR solves that by printing the cvar value at their right. spasm0000 Note that at a high menu scale value, the number ends being hidden. Other than that, there are no issues with this. This is based on my own work at Yamagi Quake 2.

sezero commented 3 months ago

OK, patch applied now. Thanks.