i changed my mind sorry, new version

This commit is contained in:
leahb 2025-05-18 16:14:47 +02:00
parent 97b0a4ad00
commit 668bb8cb15
1 changed files with 1 additions and 1 deletions

View File

@ -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