Adding spinners to the loading screen.

This commit is contained in:
Kusal Ekanayake
2017-09-26 17:25:57 +13:00
parent 98abe64f00
commit 671efcaf08
+2 -1
View File
@@ -193,7 +193,8 @@
</StackPane>
<AnchorPane fx:id="loadingScreenPane">
<children>
<ImageView fx:id="loadingScreen" fitHeight="800.0" fitWidth="1200.0" pickOnBounds="true" preserveRatio="true" />
<ImageView fx:id="loadingScreen" fitHeight="672.0" fitWidth="1200.0" pickOnBounds="true" preserveRatio="true" />
<JFXSpinner layoutX="566.0" layoutY="692.0" radius="30.0" />
</children>
</AnchorPane>
</children>