48 lines
2.0 KiB
Plaintext
48 lines
2.0 KiB
Plaintext
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
|
||
|
<?import javafx.geometry.*?>
|
||
|
<?import javafx.scene.text.*?>
|
||
|
<?import javafx.scene.shape.*?>
|
||
|
<?import java.lang.*?>
|
||
|
<?import javafx.scene.control.*?>
|
||
|
<?import javafx.scene.layout.*?>
|
||
|
|
||
|
<Pane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="525.0" prefWidth="806.0" xmlns="http://javafx.com/javafx/8" xmlns:fx="http://javafx.com/fxml/1">
|
||
|
<children>
|
||
|
<HBox alignment="CENTER" layoutX="-1.0" layoutY="-7.0" prefHeight="533.0" prefWidth="806.0">
|
||
|
<children>
|
||
|
<Rectangle arcHeight="5.0" arcWidth="5.0" fill="#c6c6c6" height="298.0" stroke="BLACK" strokeType="INSIDE" width="188.0" />
|
||
|
<VBox alignment="CENTER" prefHeight="351.0" prefWidth="293.0">
|
||
|
<children>
|
||
|
<Label text="Effet de la carte">
|
||
|
<font>
|
||
|
<Font size="18.0" />
|
||
|
</font>
|
||
|
<VBox.margin>
|
||
|
<Insets bottom="50.0" />
|
||
|
</VBox.margin>
|
||
|
</Label>
|
||
|
<HBox alignment="CENTER" prefHeight="100.0" prefWidth="200.0">
|
||
|
<children>
|
||
|
<Rectangle arcHeight="5.0" arcWidth="5.0" fill="WHITE" height="103.0" stroke="BLACK" strokeType="INSIDE" width="107.0">
|
||
|
<HBox.margin>
|
||
|
<Insets left="20.0" />
|
||
|
</HBox.margin>
|
||
|
</Rectangle>
|
||
|
</children>
|
||
|
</HBox>
|
||
|
<Button mnemonicParsing="false" prefHeight="45.0" prefWidth="135.0" text="Lancer les dés">
|
||
|
<font>
|
||
|
<Font size="18.0" />
|
||
|
</font>
|
||
|
<VBox.margin>
|
||
|
<Insets top="50.0" />
|
||
|
</VBox.margin>
|
||
|
</Button>
|
||
|
</children>
|
||
|
</VBox>
|
||
|
</children>
|
||
|
</HBox>
|
||
|
</children>
|
||
|
</Pane>
|