forked from External/mage
Added background color to hand area.
This commit is contained in:
parent
b04f843f40
commit
e0d1ab226f
2 changed files with 12 additions and 3 deletions
|
|
@ -89,6 +89,7 @@ public class GamePanel extends javax.swing.JPanel {
|
|||
initComponents();
|
||||
|
||||
hand.setHScrollSpeed(8);
|
||||
hand.setBackgroundColor(new Color(0,0,0,100));
|
||||
combat = new CombatDialog();
|
||||
pickNumber = new PickNumberDialog();
|
||||
MageFrame.getDesktop().add(combat, JLayeredPane.POPUP_LAYER);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue