
Number Rounding Consistency
ImpulsiveLad opened this issue ยท 1 comments
Numbers are displayed bizarrely in the mod, IE 178 being represented as "%100"
percents should always go to the 3rd digit (0.01 in float).
Some floats also get cut off at the hundredth value which isn't always consistent.
I would recommend always displaying floats down to 0.00 values.
Ints should be kept but make sure its flooring correctly and perhaps indicate intermediate steps from float values being added between levels.