Players card, draw deck

This commit is contained in:
2026-05-11 19:39:08 +02:00
parent 874091e9cc
commit 04efe46c43
10 changed files with 87 additions and 57 deletions
+2 -2
View File
@@ -31,11 +31,11 @@
}
.player-card {
-fx-border-color: black;
-fx-border-color: #6a040f;
-fx-border-width: 2;
-fx-border-radius: 15;
-fx-background-radius: 15;
-fx-background-color: #b42224;
-fx-background-color: #f48c06;
}
.frame {