v1.3.0: slightly improved the challenges coloration for options button
This commit is contained in:
@@ -245,7 +245,7 @@ public class HeroSelectScene extends PixelScene {
|
|||||||
if (!SPDSettings.customSeed().isEmpty()){
|
if (!SPDSettings.customSeed().isEmpty()){
|
||||||
btnOptions.icon().hardlight(1f, 1.5f, 0.67f);
|
btnOptions.icon().hardlight(1f, 1.5f, 0.67f);
|
||||||
} else if (SPDSettings.challenges() != 0){
|
} else if (SPDSettings.challenges() != 0){
|
||||||
btnOptions.icon().hardlight(2f, 1.5f, 0.5f);
|
btnOptions.icon().hardlight(2f, 1.33f, 0.5f);
|
||||||
} else {
|
} else {
|
||||||
btnOptions.icon().resetColor();
|
btnOptions.icon().resetColor();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user