recolored selection containers

This commit is contained in:
Yvonne Schmidt
2024-12-09 05:31:22 +01:00
parent 38699ac07a
commit b6803c562c
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);