Skip to content

Commit

Permalink
Change default color of obstacles.
Browse files Browse the repository at this point in the history
  • Loading branch information
megabyte6 committed Feb 27, 2023
1 parent 3310d70 commit 37294ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/megabyte6/connect4/model/Settings.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
public class Settings {

public static final Supplier<Settings> DEFAULT = () -> new Settings(7, 6, 4, false, 10000,
Color.YELLOW, Color.RED, false, 5, Color.BLACK);
Color.YELLOW, Color.RED, false, 5, Color.WHITE);

private int columnCount;
private int rowCount;
Expand Down

0 comments on commit 37294ca

Please sign in to comment.