TheAssemblyArmada / Chronoshift

An open source re-implementation of Red Alert written in C++.
GNU General Public License v2.0
171 stars 23 forks source link

GaugeClass thumb size can't be changed. #270

Open tomsons26 opened 4 years ago

tomsons26 commented 4 years ago

Anything but 4 breaks the gauge, when maxed out the thumb goes over the gauge itself or doesn't reach the end of the gauge. brave_2020-03-03_20-28-35 This can be partially fixed by changing all 2s to (DefaultThumbSize / 2) and 4s to DefaultThumbSize. but then the gauge thumb isn't reflective of the gauge value.