Skip to content
Snippets Groups Projects
Commit 993308a9 authored by jez04's avatar jez04
Browse files

feat: lab03 assignment

parent 8b6d5942
No related merge requests found
Pipeline #2535 canceled with stages
......@@ -40,7 +40,7 @@
</Canvas>
</center>
<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>
<top>
<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