v0.4.1: made the journal button darker when the player has missed keys
This commit is contained in:
committed by
Evan Debenham
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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user