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
Binary file not shown.

Before

Width:  |  Height:  |  Size: 832 KiB

After

Width:  |  Height:  |  Size: 832 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 833 KiB

After

Width:  |  Height:  |  Size: 832 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 834 KiB

After

Width:  |  Height:  |  Size: 833 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 846 KiB

After

Width:  |  Height:  |  Size: 845 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 905 KiB

After

Width:  |  Height:  |  Size: 900 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 905 KiB

After

Width:  |  Height:  |  Size: 902 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 884 KiB

After

Width:  |  Height:  |  Size: 881 KiB

+3 -2
View File
@@ -38,7 +38,7 @@
</VBox>
<VBox fx:id="sidePanel" prefHeight="1080.0" prefWidth="531.0" styleClass="side-panel">
<VBox fx:id="sidePanel" prefWidth="250.0" styleClass="side-panel">
<HBox.margin>
<Insets bottom="10" left="10" right="10" top="10" />
</HBox.margin>
@@ -65,6 +65,7 @@
</VBox>
</children>
</HBox>
</children></VBox>
</children>
</VBox>
</children>
</HBox>
+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 {