mirror of
https://athene2.informatik.unibw-muenchen.de/progproj/gruppen-ht24/Gruppe-02.git
synced 2025-07-31 06:27:40 +02:00
recolored selection containers
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user