i changed my mind sorry, new version
This commit is contained in:
parent
97b0a4ad00
commit
668bb8cb15
|
|
@ -80,7 +80,7 @@ public class JPanelChessBoard extends JPanel {
|
|||
@Override
|
||||
protected void paintComponent(Graphics g) {
|
||||
super.paintComponent(g);
|
||||
this.setBackground(new Color(170, 51, 106));
|
||||
this.setBackground(new Color(149, 53, 83));
|
||||
|
||||
if (myGame == null) {
|
||||
// Display title before game starts
|
||||
|
|
|
|||
Loading…
Reference in New Issue