NBKRedSpy / BTShowMechAffinity

3 stars 0 forks source link

"purple color" is not set correctly. #3

Closed NBKRedSpy closed 5 months ago

NBKRedSpy commented 5 months ago

Deployment count of 30 to 49 is using an invalid color of 282/255f.

pilotColor.OverrideWithColor(new Color(282 / 255f, 59 / 255f, 73 / 255f)); //Purple

Change to a valid color.

NBKRedSpy commented 5 months ago

A user also mentioned that gold is showing up as red.

NBKRedSpy commented 5 months ago

Fixed by v1.1.0