Added 3D element to lobby screen to show the player their boat before the race.

tags: #story[1245]
This commit is contained in:
alistairjmcintyre
2017-09-12 03:57:29 +12:00
parent 5dd936f8f1
commit 235d6c9cef
6 changed files with 122 additions and 36 deletions
+2 -2
View File
@@ -1,10 +1,10 @@
#playerName {
-fx-text-fill: -fx-pp-dark-text-color;
-fx-text-fill: -fx-pp-light-text-color;
-fx-font-size: 18px;
}
#playerListCell {
-fx-background-color: -fx-pp-front-color;
-fx-background-color: skyblue;
-fx-effect: -fx-pp-dropshadow-light;
}