Have a faded life total over the avatar which glows then fades again reddish for damage and bluish for life gain.

This commit is contained in:
spjspj 2018-03-29 00:28:56 +11:00
parent 08ffbecdb4
commit 938ac35981
2 changed files with 7 additions and 5 deletions

View file

@ -52,7 +52,7 @@ public class HoverButton extends JPanel implements MouseListener {
private Command onHover = null;
private Color textColor = Color.white;
private final Rectangle centerTextArea = new Rectangle(5, 18, 75, 40);
private Color centerTextColor = Color.YELLOW;
private Color centerTextColor = new Color(200, 190, 0, 180);
private final Color textBGColor = Color.black;
static final Font textFont = new Font("Arial", Font.PLAIN, 12);