Finally finish the menu
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
Mat
2023-05-05 11:50:17 +02:00
parent 8110a93910
commit a3ad448fba
5 changed files with 21 additions and 91 deletions

View File

@ -0,0 +1,8 @@
.BorderPane{
-fx-background-image: url("BackGround-menu.jpg");
-fx-background-position:center;
}
.GridPane{
-fx-background-image: url("Background-select-level.jpg");
-fx-background-position:right;
}