Closed thearst3rd closed 1 year ago
I took the colors from MBP 1.7.42 which is what I want to replicate in looks
Gotcha, I figured :+1: You might still want the PlayMissionGui change, I just checked with MBP 1.7.42 and indeed the "Best Time" color looks like the right screenshot instead of the left screenshot in the last table. I can make that into another small PR.
This is a subjective commit, and might deviate from vanilla MBP (I haven't checked), so feel free to reject it if you don't want it. The EndGameGui challenge time colors looked wrong, particularly Gold times actually looked more orange than Ultimate times which made them hard to differentiate.
I confirmed that
FFFF00
for gold,FFCC33
for ultimate, andCCCCCC
for platinum are the colors used by PQ, and they are the colors used by the PlayMissionGui in MBHaxe. So I updated the EndGameGui to use those same colors as well.Comparisons:
The gold times are much easier to read on the orange background, and easier to tell it's the "gold" time by the color. Maybe though, the ultimate times are a bit harder to read, since I made them slightly less bright and the orange-on-orange doesn't help. It does match the PlayMissionGui now:
Also fixed a small bug where the best time could show using the platinum color instead of the gold color on MBU on the PlayMissionGui.