mirror of
https://github.com/michaelrausch/Party-Parrots-At-Sea.git
synced 2026-05-09 06:18:44 +00:00
Added player position, boat speed, boat heading to race view.
#story[1245]
This commit is contained in:
@@ -284,4 +284,8 @@ public class ClientYacht extends Observable {
|
|||||||
listener.notifyRounding(this, legNumber);
|
listener.notifyRounding(this, legNumber);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public Double getCurrentVelocity() {
|
||||||
|
return currentVelocity;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -31,7 +31,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
#windHolder {
|
#windHolder {
|
||||||
|
-fx-background-color: -fx-pp-front-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
#chatSend {
|
#chatSend {
|
||||||
|
|||||||
Reference in New Issue
Block a user