This commit is contained in:
Johannes Schmelz
2024-12-09 05:32:16 +01:00
2 changed files with 9 additions and 1 deletions

View File

@@ -510,7 +510,8 @@ public class Toolbar extends Dialog implements GameEventListener {
if (player.getId() != app.getId()) {
Label playerLabel = new Label(
player.getName() + ": " + player.getAccountBalance() + " EUR",
new ElementId("label-Text")
new ElementId("label-player")
);
playerLabel.setColor(Player.getColor(player.getId()).getColor());
overviewContainer.addChild(playerLabel);