From d4b8de9e4feef0b1a50c8022477ae09fd0942ae0 Mon Sep 17 00:00:00 2001 From: rubenpirreram Date: Fri, 15 May 2026 17:00:06 +0200 Subject: [PATCH] Fixed: totem name --- .../java/it/polimi/ingsw/gc14/View/GUI/TotemFXMLController.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/it/polimi/ingsw/gc14/View/GUI/TotemFXMLController.java b/src/main/java/it/polimi/ingsw/gc14/View/GUI/TotemFXMLController.java index 6e128b4..1241146 100644 --- a/src/main/java/it/polimi/ingsw/gc14/View/GUI/TotemFXMLController.java +++ b/src/main/java/it/polimi/ingsw/gc14/View/GUI/TotemFXMLController.java @@ -85,7 +85,7 @@ public class TotemFXMLController { "-fx-effect: dropshadow(gaussian, rgba(244,192,90,0.3), 18, 0, 0, 0);" ); } else { - turnBanner.setText("Waiting for" + chooser + " to choose his totem…"); + turnBanner.setText("Waiting for " + chooser + " to choose his totem…"); turnBanner.setStyle( "-fx-font-family: 'Cinzel'; -fx-font-size: 11; -fx-letter-spacing: 2;" + "-fx-text-fill: #000000;" +