forked from External/mage
Player Panel UI redesign (new icons, new colors, new buttons)
This commit is contained in:
parent
877c4ffa61
commit
ed7378da66
21 changed files with 17 additions and 18 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue