v2.0.0: monk energy icon is now brightened when monastic vigor is active
This commit is contained in:
+2
@@ -72,6 +72,8 @@ public class MonkEnergy extends Buff implements ActionIndicator.Action {
|
|||||||
public void tintIcon(Image icon) {
|
public void tintIcon(Image icon) {
|
||||||
if (cooldown > 0){
|
if (cooldown > 0){
|
||||||
icon.hardlight(0.33f, 0.33f, 1f);
|
icon.hardlight(0.33f, 0.33f, 1f);
|
||||||
|
} else if (abilitiesEmpowered(Dungeon.hero)) {
|
||||||
|
icon.tint(0.6f, 1f, 0.2f, 0.33f);
|
||||||
} else {
|
} else {
|
||||||
icon.resetColor();
|
icon.resetColor();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user