Skip to content
Snippets Groups Projects
Commit 8e204918 authored by jez04's avatar jez04
Browse files

feat: lab03 assignment

parent 8b6d5942
Branches
No related merge requests found
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
</Canvas> </Canvas>
</center> </center>
<left> <left>
<Slider fx:id="boatPosition" blockIncrement="5.0" majorTickUnit="10.0" max="80.0" maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" min="20.0" minorTickCount="5" orientation="VERTICAL" prefHeight="331.0" prefWidth="38.0" showTickLabels="true" showTickMarks="true" BorderPane.alignment="CENTER" /> <Slider fx:id="boatPosition" blockIncrement="5.0" majorTickUnit="10.0" max="100.0" maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" min="0.0" minorTickCount="5" orientation="VERTICAL" prefHeight="331.0" prefWidth="38.0" showTickLabels="true" showTickMarks="true" BorderPane.alignment="CENTER" />
</left> </left>
<top> <top>
<Label fx:id="playerName" text="Label" BorderPane.alignment="CENTER" /> <Label fx:id="playerName" text="Label" BorderPane.alignment="CENTER" />
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment