Changed: Now Displays When a player is disconnected in GUI

This commit is contained in:
rubenpirreram
2026-05-27 20:48:14 +02:00
parent 06b6bc971f
commit 7fb5e7388a
5 changed files with 56 additions and 20 deletions
+7
View File
@@ -41,6 +41,13 @@
-fx-background-radius: 15;
-fx-background-color: #f18f1c;
}
.player-card-crashed {
-fx-border-color: #711423;
-fx-border-width: 2;
-fx-border-radius: 15;
-fx-background-radius: 15;
-fx-background-color: #8C8C8CFF;
}
.frame {
-fx-background-color: rgba(255,255,255,0.35);