mirror of
https://github.com/michaelrausch/Party-Parrots-At-Sea.git
synced 2026-05-09 14:28:43 +00:00
Added random name generator until players can chose how to identify themselves.
This commit is contained in:
@@ -135,6 +135,7 @@ public class ImportantAnnotationController implements Initializable {
|
||||
boatEstTimeToNextMarkSelect.isSelected()));
|
||||
boatElapsedTimeSelect.setOnAction(
|
||||
event -> setAnnotation(Annotation.LEGTIME, boatElapsedTimeSelect.isSelected()));
|
||||
// TODO: 26/07/17 cir27 - Create a more robust fix for this when the annotation for the game are decided upon.
|
||||
boatEstTimeToNextMarkSelect.setVisible(false);
|
||||
boatEstTimeToNextMarkSelect.setDisable(true);
|
||||
boatElapsedTimeSelect.setVisible(false);
|
||||
|
||||
Reference in New Issue
Block a user