diff --git a/src/main/resources/ui-structure/Casinogameui-blackwhite.css b/src/main/resources/ui-structure/Casinogameui-blackwhite.css index 04180b8..779c2b6 100644 --- a/src/main/resources/ui-structure/Casinogameui-blackwhite.css +++ b/src/main/resources/ui-structure/Casinogameui-blackwhite.css @@ -6,7 +6,7 @@ } .background { - -fx-background-color: #000000; + -fx-background-image: url("/images/parquet-black.png"); -fx-background-size: cover; /* Image fills the entire window */ /* Centers the image and prevents it from repeating in a tile-like pattern. */ -fx-background-position: center center; diff --git a/src/main/resources/ui-structure/Casinogameui.css b/src/main/resources/ui-structure/Casinogameui.css index 5d133bf..43ee157 100644 --- a/src/main/resources/ui-structure/Casinogameui.css +++ b/src/main/resources/ui-structure/Casinogameui.css @@ -4,7 +4,7 @@ } .background { - -fx-background-image: url("/images/background.png"); + -fx-background-image: url("/images/parquet.png"); -fx-background-size: cover; /* Image fills the entire window */ /* Centers the image and prevents it from repeating in a tile-like pattern. */ -fx-background-position: center center;