Player Panel UI redesign (new icons, new colors, new buttons)

This commit is contained in:
Get 2016-09-18 17:10:54 +03:00
parent 877c4ffa61
commit ed7378da66
21 changed files with 17 additions and 18 deletions

View file

@ -27,7 +27,7 @@ public class MageRoundPane extends JPanel {
private int X_OFFSET = 30;
private int Y_OFFSET = 30;
private final Color defaultBackgroundColor = new Color(255, 255, 255, 200);
private final Color defaultBackgroundColor = new Color(141, 130, 112, 200);
private Color backgroundColor = defaultBackgroundColor;
private final int alpha = 0;
private static Map<ShadowKey, BufferedImage> SHADOW_IMAGE_CACHE;