Fixed: totem name

This commit is contained in:
rubenpirreram
2026-05-15 17:00:06 +02:00
parent e505002fa3
commit d4b8de9e4f
@@ -85,7 +85,7 @@ public class TotemFXMLController {
"-fx-effect: dropshadow(gaussian, rgba(244,192,90,0.3), 18, 0, 0, 0);" "-fx-effect: dropshadow(gaussian, rgba(244,192,90,0.3), 18, 0, 0, 0);"
); );
} else { } else {
turnBanner.setText("Waiting for" + chooser + " to choose his totem…"); turnBanner.setText("Waiting for " + chooser + " to choose his totem…");
turnBanner.setStyle( turnBanner.setStyle(
"-fx-font-family: 'Cinzel'; -fx-font-size: 11; -fx-letter-spacing: 2;" + "-fx-font-family: 'Cinzel'; -fx-font-size: 11; -fx-letter-spacing: 2;" +
"-fx-text-fill: #000000;" + "-fx-text-fill: #000000;" +