From e7bee83f352ef8ee0dd44fc87e0dc9c79d61679c Mon Sep 17 00:00:00 2001 From: Evan Debenham Date: Mon, 4 Jul 2016 00:31:25 -0400 Subject: [PATCH] v0.4.1: made the journal button darker when the player has missed keys --- src/com/shatteredpixel/shatteredpixeldungeon/ui/StatusPane.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/ui/StatusPane.java b/src/com/shatteredpixel/shatteredpixeldungeon/ui/StatusPane.java index 63bf56401..1adddafcf 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/ui/StatusPane.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/ui/StatusPane.java @@ -265,7 +265,7 @@ public class StatusPane extends Component { icon.resetColor(); } else { icon.brightness(0); - icon.alpha(0.67f); + icon.alpha(1f); } return; }