flemme pour le nom du gagnant
This commit is contained in:
parent
37ea6086bf
commit
241a1686b8
|
@ -42,8 +42,7 @@ public class EndScreen extends BaseScreen {
|
|||
uiStage.addActor(table);
|
||||
|
||||
// Winner display
|
||||
String win = GameScreen.playerCurrent.getColor().toString();
|
||||
VisTextButton winnerDisplay = new VisTextButton(win);
|
||||
VisTextButton winnerDisplay = new VisTextButton("Game Finished");
|
||||
|
||||
// Restart button
|
||||
ButtonTextSounded restartButton = new ButtonTextSounded("Restart");
|
||||
|
|
Loading…
Reference in a new issue