v0.4.1: made the journal button darker when the player has missed keys
This commit is contained in:
parent
0e7213d956
commit
e7bee83f35
|
@ -265,7 +265,7 @@ public class StatusPane extends Component {
|
||||||
icon.resetColor();
|
icon.resetColor();
|
||||||
} else {
|
} else {
|
||||||
icon.brightness(0);
|
icon.brightness(0);
|
||||||
icon.alpha(0.67f);
|
icon.alpha(1f);
|
||||||
}
|
}
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user