Bouton retour joueur

This commit is contained in:
Yessine Ben El Bey
2020-05-07 11:28:01 +02:00
parent fdf6fed74d
commit ce4a6bfeac
5 changed files with 29 additions and 3 deletions

View File

@@ -164,6 +164,14 @@
<Insets top="20.0" />
</VBox.margin>
</Button>
<Button layoutX="283.0" layoutY="379.0" mnemonicParsing="false" onMouseClicked="#retour" prefHeight="55.0" prefWidth="247.0" styleClass="bouton" stylesheets="@style/menu.css" text="retour">
<font>
<Font size="24.0" />
</font>
<VBox.margin>
<Insets top="20.0" />
</VBox.margin>
</Button>
</children>
</VBox>
</center>