forked from External/mage
spjspj - Add in energy/experience counters
This commit is contained in:
parent
5671ab8ff7
commit
d259efc093
2 changed files with 1 additions and 2 deletions
|
|
@ -81,7 +81,7 @@ public class PlayAreaPanel extends javax.swing.JPanel {
|
|||
private JCheckBoxMenuItem allowViewHandCardsMenuItem;
|
||||
private JCheckBoxMenuItem holdPriorityMenuItem;
|
||||
|
||||
public static final int PANEL_HEIGHT = 262;
|
||||
public static final int PANEL_HEIGHT = 263;
|
||||
public static final int PANEL_HEIGHT_SMALL = 190;
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -543,7 +543,6 @@ public class PlayerPanelExt extends javax.swing.JPanel {
|
|||
energy = new ImagePanel(resizedEnergy, ImagePanel.ACTUAL);
|
||||
energy.setToolTipText("Energy");
|
||||
energy.setOpaque(false);
|
||||
|
||||
// Experience count
|
||||
experienceLabel.setText("0");
|
||||
r = new Rectangle(18, 18);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue