controller 1 2 3
This commit is contained in:
@ -28,7 +28,7 @@
|
||||
<font>
|
||||
<Font size="64.0" />
|
||||
</font></Label>
|
||||
<Label layoutX="405.0" layoutY="29.0" text="joueur 1">
|
||||
<Label fx:id="nomJoueur" layoutX="405.0" layoutY="29.0" text="joueur 1">
|
||||
<font>
|
||||
<Font size="36.0" />
|
||||
</font>
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
<Pane fx:id="rootPane" maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="480.0" prefWidth="640.0" stylesheets="@style/popUp.css" xmlns="http://javafx.com/javafx/11.0.1" xmlns:fx="http://javafx.com/fxml/1" fx:controller="ihm.controller.JouerSonTour2Controller">
|
||||
<children>
|
||||
<Label layoutX="315.0" layoutY="151.0" text="Description capacité de la carte lieux ">
|
||||
<Label fx:id="descriptionLieu" layoutX="315.0" layoutY="151.0" text="Description capacité de la carte lieux ">
|
||||
<font>
|
||||
<Font size="18.0" />
|
||||
</font>
|
||||
|
Reference in New Issue
Block a user