Added player position, boat speed, boat heading to race view.

#story[1245]
This commit is contained in:
Zhi You Tan
2017-09-13 11:22:05 +12:00
parent d9247eb031
commit 47798b19fe
2 changed files with 5 additions and 1 deletions
@@ -284,4 +284,8 @@ public class ClientYacht extends Observable {
listener.notifyRounding(this, legNumber);
}
}
public Double getCurrentVelocity() {
return currentVelocity;
}
}
+1 -1
View File
@@ -31,7 +31,7 @@
}
#windHolder {
-fx-background-color: -fx-pp-front-color;
}
#chatSend {