mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 20:28:00 +00:00
Use better temporary screen title
This commit is contained in:
@@ -26,7 +26,7 @@ public class MatchScreen extends FScreen {
|
|||||||
private VPlayerPanel bottomPlayerPanel, topPlayerPanel;
|
private VPlayerPanel bottomPlayerPanel, topPlayerPanel;
|
||||||
|
|
||||||
public MatchScreen(Match match0) {
|
public MatchScreen(Match match0) {
|
||||||
super(true, "Game 1 Turn 1", true);
|
super(true, "Game", true);
|
||||||
match = match0;
|
match = match0;
|
||||||
|
|
||||||
playerPanels = new HashMap<RegisteredPlayer, VPlayerPanel>();
|
playerPanels = new HashMap<RegisteredPlayer, VPlayerPanel>();
|
||||||
|
|||||||
Reference in New Issue
Block a user