v1.3.0: slightly improved the challenges coloration for options button

This commit is contained in:
Evan Debenham
2022-06-20 15:53:27 -04:00
parent e78b88edc1
commit fdbd8117fe

View File

@@ -245,7 +245,7 @@ public class HeroSelectScene extends PixelScene {
if (!SPDSettings.customSeed().isEmpty()){
btnOptions.icon().hardlight(1f, 1.5f, 0.67f);
} else if (SPDSettings.challenges() != 0){
btnOptions.icon().hardlight(2f, 1.5f, 0.5f);
btnOptions.icon().hardlight(2f, 1.33f, 0.5f);
} else {
btnOptions.icon().resetColor();
}