M431-ShadowHunterGame/src/ihm/ressources/Jouer_tour(2ba)piocher_lumiere_tenebre.fxml
2020-04-30 13:53:58 +02:00

36 lines
1.7 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<?import javafx.scene.control.Label?>
<?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?>
<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 fx:id="rootPane" maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="180.0" prefWidth="255.0" stylesheets="@style/popUp.css">
<children>
<VBox alignment="CENTER" prefHeight="180.0" prefWidth="255.0">
<children>
<HBox alignment="CENTER" prefHeight="72.0" prefWidth="357.0">
<children>
<Label prefHeight="27.0" prefWidth="54.0" text="%carte" />
<Label prefHeight="17.0" prefWidth="121.0" text="*Lumiere ou Tenebre" />
</children>
</HBox>
<ImageView fitHeight="131.0" fitWidth="94.0" pickOnBounds="true" preserveRatio="true" />
<HBox alignment="CENTER" prefHeight="111.0" prefWidth="600.0">
<children>
<Label prefHeight="27.0" prefWidth="54.0" text="%effet" />
<Label prefHeight="27.0" prefWidth="91.0" text="*effet de la carte" />
</children>
</HBox>
</children>
</VBox>
</children>
</Pane>
</children>
</AnchorPane>