53 lines
2.1 KiB
XML
53 lines
2.1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<?import javafx.scene.control.Label?>
|
|
<?import javafx.scene.layout.HBox?>
|
|
<?import javafx.scene.layout.Pane?>
|
|
<?import javafx.scene.layout.VBox?>
|
|
<?import javafx.scene.shape.Rectangle?>
|
|
<?import javafx.scene.text.Font?>
|
|
|
|
<Pane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="400.0" prefWidth="600.0" xmlns="http://javafx.com/javafx/11.0.1" xmlns:fx="http://javafx.com/fxml/1">
|
|
<children>
|
|
<Label layoutX="170.0" layoutY="61.0">
|
|
<font>
|
|
<Font size="36.0" />
|
|
</font>
|
|
</Label>
|
|
<Rectangle arcHeight="5.0" arcWidth="5.0" fill="DODGERBLUE" height="105.0" layoutX="239.0" layoutY="118.0" stroke="BLACK" strokeType="INSIDE" width="331.0" />
|
|
<Rectangle arcHeight="5.0" arcWidth="5.0" fill="DODGERBLUE" height="248.0" layoutX="45.0" layoutY="61.0" stroke="BLACK" strokeType="INSIDE" width="172.0" />
|
|
<VBox layoutX="239.0" layoutY="118.0" prefHeight="105.0" prefWidth="331.0">
|
|
<children>
|
|
<HBox alignment="CENTER" prefHeight="59.0" prefWidth="331.0">
|
|
<children>
|
|
<Label prefHeight="27.0" prefWidth="76.0" text="Joueur X">
|
|
<font>
|
|
<Font size="18.0" />
|
|
</font>
|
|
</Label>
|
|
<Label text="utilise sa capacité.">
|
|
<font>
|
|
<Font size="18.0" />
|
|
</font>
|
|
</Label>
|
|
</children>
|
|
</HBox>
|
|
<HBox alignment="CENTER" prefHeight="54.0" prefWidth="331.0">
|
|
<children>
|
|
<Label prefHeight="27.0" prefWidth="76.0" text="Effet :">
|
|
<font>
|
|
<Font size="18.0" />
|
|
</font>
|
|
</Label>
|
|
<Label prefHeight="27.0" prefWidth="118.0" text="*inserrer effet*">
|
|
<font>
|
|
<Font size="18.0" />
|
|
</font>
|
|
</Label>
|
|
</children>
|
|
</HBox>
|
|
</children>
|
|
</VBox>
|
|
</children>
|
|
</Pane>
|