43 lines
1.8 KiB
XML
43 lines
1.8 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<?import javafx.scene.control.Button?>
|
|
<?import javafx.scene.control.Label?>
|
|
<?import javafx.scene.layout.Pane?>
|
|
<?import javafx.scene.shape.Polygon?>
|
|
<?import javafx.scene.shape.Rectangle?>
|
|
<?import javafx.scene.text.Font?>
|
|
|
|
<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.JouerSonTour4Controller">
|
|
<children>
|
|
<Label layoutX="284.0" layoutY="31.0" text="attaque">
|
|
<font>
|
|
<Font size="36.0" />
|
|
</font>
|
|
</Label>
|
|
<Rectangle arcHeight="5.0" arcWidth="5.0" fill="WHITE" height="173.0" layoutX="117.0" layoutY="151.0" stroke="BLACK" strokeType="INSIDE" width="173.0" />
|
|
<Polygon fill="WHITE" layoutX="434.0" layoutY="218.0" points="-75.79998779296875, 98.80001831054688, 97.0, 98.80001831054688, 8.20001220703125, -59.199981689453125" stroke="BLACK" strokeType="INSIDE" />
|
|
<Button layoutX="267.0" layoutY="387.0" mnemonicParsing="false" text="%lancer.de.des">
|
|
<font>
|
|
<Font size="14.0" />
|
|
</font></Button>
|
|
<Label layoutX="186.0" layoutY="191.0" styleClass="des" text="6">
|
|
<font>
|
|
<Font size="64.0" />
|
|
</font></Label>
|
|
<Label layoutX="427.0" layoutY="204.0" styleClass="des" text="4">
|
|
<font>
|
|
<Font size="64.0" />
|
|
</font></Label>
|
|
<Label layoutX="418.0" layoutY="31.0" text="%joueur2">
|
|
<font>
|
|
<Font size="36.0" />
|
|
</font>
|
|
</Label>
|
|
<Label layoutX="136.0" layoutY="31.0" text="%joueur3">
|
|
<font>
|
|
<Font size="36.0" />
|
|
</font>
|
|
</Label>
|
|
</children>
|
|
</Pane>
|