Added map image to lobby screen

- Lobby screen has map of the course
- Map resizes with window

Tags: #story[1245]
This commit is contained in:
Michael Rausch
2017-09-11 23:24:21 +12:00
parent 0d7201e235
commit 75bf92a67f
77 changed files with 20678 additions and 20608 deletions
+4 -3
View File
@@ -60,7 +60,8 @@
}
#serverMap {
-fx-background-image: url("/images/bg.jpg");
-fx-background-repeat: no-repeat;
-fx-background-size: cover;
/*-fx-background-image: url("/images/mapbg.jpg");*/
/*-fx-background-repeat: no-repeat;*/
/*-fx-background-size: cover;*/
-fx-background-color: dodgerblue;
}