|
|
|
@ -3,25 +3,25 @@
|
|
|
|
<?import javafx.geometry.Insets?>
|
|
|
|
<?import javafx.geometry.Insets?>
|
|
|
|
<?import javafx.scene.chart.LineChart?>
|
|
|
|
<?import javafx.scene.chart.LineChart?>
|
|
|
|
<?import javafx.scene.chart.NumberAxis?>
|
|
|
|
<?import javafx.scene.chart.NumberAxis?>
|
|
|
|
|
|
|
|
<?import javafx.scene.control.Accordion?>
|
|
|
|
|
|
|
|
<?import javafx.scene.control.Button?>
|
|
|
|
|
|
|
|
<?import javafx.scene.control.CheckBox?>
|
|
|
|
<?import javafx.scene.control.Label?>
|
|
|
|
<?import javafx.scene.control.Label?>
|
|
|
|
|
|
|
|
<?import javafx.scene.control.RadioButton?>
|
|
|
|
|
|
|
|
<?import javafx.scene.control.Separator?>
|
|
|
|
<?import javafx.scene.control.SplitPane?>
|
|
|
|
<?import javafx.scene.control.SplitPane?>
|
|
|
|
<?import javafx.scene.control.TableColumn?>
|
|
|
|
<?import javafx.scene.control.TableColumn?>
|
|
|
|
<?import javafx.scene.control.TableView?>
|
|
|
|
<?import javafx.scene.control.TableView?>
|
|
|
|
|
|
|
|
<?import javafx.scene.control.TitledPane?>
|
|
|
|
|
|
|
|
<?import javafx.scene.control.ToggleGroup?>
|
|
|
|
<?import javafx.scene.layout.AnchorPane?>
|
|
|
|
<?import javafx.scene.layout.AnchorPane?>
|
|
|
|
<?import javafx.scene.layout.ColumnConstraints?>
|
|
|
|
<?import javafx.scene.layout.ColumnConstraints?>
|
|
|
|
<?import javafx.scene.layout.GridPane?>
|
|
|
|
<?import javafx.scene.layout.GridPane?>
|
|
|
|
|
|
|
|
<?import javafx.scene.layout.Pane?>
|
|
|
|
<?import javafx.scene.layout.RowConstraints?>
|
|
|
|
<?import javafx.scene.layout.RowConstraints?>
|
|
|
|
<?import javafx.scene.layout.StackPane?>
|
|
|
|
<?import javafx.scene.layout.StackPane?>
|
|
|
|
<?import javafx.scene.text.Font?>
|
|
|
|
<?import javafx.scene.text.Font?>
|
|
|
|
|
|
|
|
|
|
|
|
<?import javafx.scene.layout.Pane?>
|
|
|
|
|
|
|
|
<?import javafx.scene.control.Accordion?>
|
|
|
|
|
|
|
|
<?import javafx.scene.control.TitledPane?>
|
|
|
|
|
|
|
|
<?import javafx.scene.control.CheckBox?>
|
|
|
|
|
|
|
|
<?import javafx.scene.control.Separator?>
|
|
|
|
|
|
|
|
<?import javafx.scene.control.RadioButton?>
|
|
|
|
|
|
|
|
<?import javafx.scene.control.Button?>
|
|
|
|
|
|
|
|
<?import javafx.scene.control.ToggleGroup?>
|
|
|
|
|
|
|
|
<SplitPane fx:id="racePane" prefHeight="431.0" prefWidth="610.0" visible="true" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0" xmlns="http://javafx.com/javafx/8.0.111" xmlns:fx="http://javafx.com/fxml/1" fx:controller="visualiser.Controllers.RaceViewController">
|
|
|
|
<SplitPane fx:id="racePane" prefHeight="431.0" prefWidth="610.0" visible="true" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0" xmlns="http://javafx.com/javafx/8.0.111" xmlns:fx="http://javafx.com/fxml/1" fx:controller="visualiser.Controllers.RaceViewController">
|
|
|
|
<items>
|
|
|
|
<items>
|
|
|
|
<StackPane fx:id="newPane" prefHeight="150.0" prefWidth="200.0">
|
|
|
|
<StackPane fx:id="newPane" prefHeight="150.0" prefWidth="200.0">
|
|
|
|
@ -35,6 +35,16 @@
|
|
|
|
<rowConstraints>
|
|
|
|
<rowConstraints>
|
|
|
|
<RowConstraints minHeight="10.0" vgrow="SOMETIMES" />
|
|
|
|
<RowConstraints minHeight="10.0" vgrow="SOMETIMES" />
|
|
|
|
</rowConstraints>
|
|
|
|
</rowConstraints>
|
|
|
|
|
|
|
|
<children>
|
|
|
|
|
|
|
|
<Label fx:id="FPS" mouseTransparent="true" text="FPS: 0">
|
|
|
|
|
|
|
|
<font>
|
|
|
|
|
|
|
|
<Font name="System Bold" size="15.0" />
|
|
|
|
|
|
|
|
</font>
|
|
|
|
|
|
|
|
<padding>
|
|
|
|
|
|
|
|
<Insets top="20.0" />
|
|
|
|
|
|
|
|
</padding>
|
|
|
|
|
|
|
|
</Label>
|
|
|
|
|
|
|
|
</children>
|
|
|
|
</GridPane>
|
|
|
|
</GridPane>
|
|
|
|
<Pane prefHeight="200.0" prefWidth="400.0" visible="false">
|
|
|
|
<Pane prefHeight="200.0" prefWidth="400.0" visible="false">
|
|
|
|
<children>
|
|
|
|
<children>
|
|
|
|
@ -79,30 +89,6 @@
|
|
|
|
</Accordion>
|
|
|
|
</Accordion>
|
|
|
|
</children>
|
|
|
|
</children>
|
|
|
|
</Pane>
|
|
|
|
</Pane>
|
|
|
|
<Label fx:id="timer" alignment="CENTER" maxHeight="20.0" mouseTransparent="true" text="0:0">
|
|
|
|
|
|
|
|
<font>
|
|
|
|
|
|
|
|
<Font name="System Bold" size="15.0" />
|
|
|
|
|
|
|
|
</font>
|
|
|
|
|
|
|
|
</Label>
|
|
|
|
|
|
|
|
<Label fx:id="FPS" mouseTransparent="true" text="FPS: 0" AnchorPane.leftAnchor="0.0" AnchorPane.topAnchor="0.0">
|
|
|
|
|
|
|
|
<font>
|
|
|
|
|
|
|
|
<Font name="System Bold" size="15.0" />
|
|
|
|
|
|
|
|
</font>
|
|
|
|
|
|
|
|
<padding>
|
|
|
|
|
|
|
|
<Insets top="20.0" />
|
|
|
|
|
|
|
|
</padding>
|
|
|
|
|
|
|
|
</Label>
|
|
|
|
|
|
|
|
<Label fx:id="timeZone" mouseTransparent="true" text="Label" AnchorPane.leftAnchor="0.0" AnchorPane.topAnchor="0.0">
|
|
|
|
|
|
|
|
<font>
|
|
|
|
|
|
|
|
<Font name="System Bold" size="15.0" />
|
|
|
|
|
|
|
|
</font>
|
|
|
|
|
|
|
|
</Label>
|
|
|
|
|
|
|
|
<StackPane fx:id="arrowPane" alignment="TOP_RIGHT" mouseTransparent="true" prefHeight="150.0" prefWidth="150.0" snapToPixel="false" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
|
|
|
|
|
|
|
|
<children>
|
|
|
|
|
|
|
|
<fx:include fx:id="arrow" source="arrow.fxml" />
|
|
|
|
|
|
|
|
</children>
|
|
|
|
|
|
|
|
</StackPane>
|
|
|
|
|
|
|
|
<Label fx:id="tutorialText" alignment="CENTER" maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" style="-fx-border-color: orange; -fx-border-radius: 5px; -fx-background-color: #ffffcc; -fx-text-fill: #3399ff; -fx-border-width: 3; -fx-border-insets: -3;" text="This is the tutorial text" visible="false" AnchorPane.leftAnchor="150.0" AnchorPane.rightAnchor="150.0" AnchorPane.topAnchor="100.0" />
|
|
|
|
|
|
|
|
<GridPane fx:id="playerHealthContainer" prefHeight="40.0" prefWidth="46.0" AnchorPane.leftAnchor="0.0" AnchorPane.topAnchor="0.0">
|
|
|
|
<GridPane fx:id="playerHealthContainer" prefHeight="40.0" prefWidth="46.0" AnchorPane.leftAnchor="0.0" AnchorPane.topAnchor="0.0">
|
|
|
|
<columnConstraints>
|
|
|
|
<columnConstraints>
|
|
|
|
<ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" />
|
|
|
|
<ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" />
|
|
|
|
@ -114,6 +100,12 @@
|
|
|
|
<Insets left="10.0" top="10.0" />
|
|
|
|
<Insets left="10.0" top="10.0" />
|
|
|
|
</padding>
|
|
|
|
</padding>
|
|
|
|
</GridPane>
|
|
|
|
</GridPane>
|
|
|
|
|
|
|
|
<StackPane fx:id="arrowPane" alignment="TOP_RIGHT" mouseTransparent="true" prefHeight="150.0" prefWidth="150.0" snapToPixel="false" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
|
|
|
|
|
|
|
|
<children>
|
|
|
|
|
|
|
|
<fx:include fx:id="arrow" source="arrow.fxml" />
|
|
|
|
|
|
|
|
</children>
|
|
|
|
|
|
|
|
</StackPane>
|
|
|
|
|
|
|
|
<Label fx:id="tutorialText" alignment="CENTER" maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" style="-fx-border-color: orange; -fx-border-radius: 5px; -fx-background-color: #ffffcc; -fx-text-fill: #3399ff; -fx-border-width: 3; -fx-border-insets: -3;" text="This is the tutorial text" visible="false" AnchorPane.leftAnchor="150.0" AnchorPane.rightAnchor="150.0" AnchorPane.topAnchor="100.0" />
|
|
|
|
<AnchorPane maxHeight="200.0" maxWidth="200.0" mouseTransparent="true" opacity="0.6" prefHeight="200.0" prefWidth="200.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0">
|
|
|
|
<AnchorPane maxHeight="200.0" maxWidth="200.0" mouseTransparent="true" opacity="0.6" prefHeight="200.0" prefWidth="200.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0">
|
|
|
|
<children>
|
|
|
|
<children>
|
|
|
|
<AnchorPane maxHeight="200.0" maxWidth="200.0" prefHeight="200.0" prefWidth="216.0">
|
|
|
|
<AnchorPane maxHeight="200.0" maxWidth="200.0" prefHeight="200.0" prefWidth="216.0">
|
|
|
|
|