Skip to content

Commit

Permalink
Change placeholder names to "you" and real placeholder names.
Browse files Browse the repository at this point in the history
  • Loading branch information
tsaglam committed Feb 4, 2024
1 parent 6ccaece commit 6bd0515
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/carcassonne/settings/GameSettings.java
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public class GameSettings {
private static final String MEEPLE_PATH = "meeple/meeple_";
private static final String PNG = ".png";
private static final String TEMPLATE = "_template";
private static final String[] DEFAULT_NAMES = {"ONE", "TWO", "THREE", "FOUR", "FIVE"};
private static final String[] DEFAULT_NAMES = {"You", "Alice", "Bob", "Carol", "Dan"};

// COLOR CONSTANTS:
public static final Color UI_COLOR = new Color(190, 190, 190);
Expand Down

0 comments on commit 6bd0515

Please sign in to comment.