113 lines
5.5 KiB
XML
113 lines
5.5 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<?import javafx.geometry.Insets?>
|
|
<?import javafx.scene.control.Button?>
|
|
<?import javafx.scene.image.ImageView?>
|
|
<?import javafx.scene.layout.AnchorPane?>
|
|
<?import javafx.scene.layout.HBox?>
|
|
<?import javafx.scene.layout.Pane?>
|
|
<?import javafx.scene.layout.VBox?>
|
|
<?import javafx.scene.text.Font?>
|
|
<?import javafx.scene.text.Text?>
|
|
|
|
|
|
<AnchorPane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="180.0" prefWidth="255.0" xmlns="http://javafx.com/javafx/11.0.1" xmlns:fx="http://javafx.com/fxml/1">
|
|
<children>
|
|
<Pane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="180.0" prefWidth="255.0" stylesheets="@style/popUp.css">
|
|
<children>
|
|
<VBox prefHeight="180.0" prefWidth="255.0">
|
|
<children>
|
|
<HBox alignment="CENTER" prefHeight="100.0" prefWidth="200.0">
|
|
<children>
|
|
<Button alignment="CENTER" mnemonicParsing="false" text="%joueur1" textAlignment="CENTER">
|
|
<HBox.margin>
|
|
<Insets right="4.0" />
|
|
</HBox.margin>
|
|
<font>
|
|
<Font size="10.0" />
|
|
</font>
|
|
</Button>
|
|
<Button alignment="CENTER" layoutX="10.0" layoutY="10.0" mnemonicParsing="false" text="%joueur2">
|
|
<HBox.margin>
|
|
<Insets right="4.0" />
|
|
</HBox.margin>
|
|
<font>
|
|
<Font size="10.0" />
|
|
</font>
|
|
</Button>
|
|
<Button alignment="CENTER" layoutX="62.0" layoutY="10.0" mnemonicParsing="false" text="%joueur3">
|
|
<HBox.margin>
|
|
<Insets right="4.0" />
|
|
</HBox.margin>
|
|
<font>
|
|
<Font size="10.0" />
|
|
</font>
|
|
</Button>
|
|
<Button alignment="CENTER" layoutX="114.0" layoutY="10.0" mnemonicParsing="false" text="%joueur4">
|
|
<HBox.margin>
|
|
<Insets right="4.0" />
|
|
</HBox.margin>
|
|
<font>
|
|
<Font size="10.0" />
|
|
</font>
|
|
</Button>
|
|
</children>
|
|
</HBox>
|
|
<HBox alignment="CENTER" layoutX="10.0" layoutY="10.0" prefHeight="100.0" prefWidth="200.0">
|
|
<children>
|
|
<ImageView fitHeight="97.8" fitWidth="70.05" pickOnBounds="true" preserveRatio="true" />
|
|
<VBox alignment="CENTER" prefHeight="200.0" prefWidth="148.0" stylesheets="@style/popUp.css">
|
|
<children>
|
|
<Text fill="WHITE" strokeType="OUTSIDE" strokeWidth="0.0" text="%effet.carte" textAlignment="CENTER">
|
|
<VBox.margin>
|
|
<Insets bottom="20.0" />
|
|
</VBox.margin>
|
|
</Text>
|
|
<Text fill="WHITE" strokeType="OUTSIDE" strokeWidth="0.0" text="%choisir.joueur.infliger.blessures" textAlignment="CENTER" />
|
|
</children>
|
|
</VBox>
|
|
</children>
|
|
</HBox>
|
|
<HBox alignment="CENTER" layoutX="10.0" layoutY="110.0" prefHeight="100.0" prefWidth="200.0">
|
|
<children>
|
|
<Button alignment="CENTER" mnemonicParsing="false" text="%joueur5" textAlignment="CENTER">
|
|
<HBox.margin>
|
|
<Insets right="4.0" />
|
|
</HBox.margin>
|
|
<font>
|
|
<Font size="10.0" />
|
|
</font>
|
|
</Button>
|
|
<Button alignment="CENTER" layoutX="10.0" layoutY="10.0" mnemonicParsing="false" text="%joueur6">
|
|
<HBox.margin>
|
|
<Insets right="4.0" />
|
|
</HBox.margin>
|
|
<font>
|
|
<Font size="10.0" />
|
|
</font>
|
|
</Button>
|
|
<Button alignment="CENTER" layoutX="62.0" layoutY="10.0" mnemonicParsing="false" text="%joueur7">
|
|
<HBox.margin>
|
|
<Insets right="4.0" />
|
|
</HBox.margin>
|
|
<font>
|
|
<Font size="10.0" />
|
|
</font>
|
|
</Button>
|
|
<Button alignment="CENTER" layoutX="114.0" layoutY="10.0" mnemonicParsing="false" text="%joueur8">
|
|
<HBox.margin>
|
|
<Insets right="4.0" />
|
|
</HBox.margin>
|
|
<font>
|
|
<Font size="10.0" />
|
|
</font>
|
|
</Button>
|
|
</children>
|
|
</HBox>
|
|
</children>
|
|
</VBox>
|
|
</children>
|
|
</Pane>
|
|
</children>
|
|
</AnchorPane>
|