v0.4.1: made the journal button darker when the player has missed keys

This commit is contained in:
Evan Debenham 2016-07-04 00:31:25 -04:00 committed by Evan Debenham
parent 0e7213d956
commit e7bee83f35

View File

@ -265,7 +265,7 @@ public class StatusPane extends Component {
icon.resetColor();
} else {
icon.brightness(0);
icon.alpha(0.67f);
icon.alpha(1f);
}
return;
}