M431-ShadowHunterGame/src/ihm/ressources/Cartes_tenebres_dynamite.fxml
2020-04-30 15:36:37 +02:00

54 lines
2.3 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<?import javafx.geometry.Insets?>
<?import javafx.scene.control.Button?>
<?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 maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="180.0" prefWidth="255.0" stylesheets="@style/popUp.css">
<children>
<HBox alignment="CENTER" layoutX="-1.0" layoutY="3.0" prefHeight="174.0" prefWidth="255.0">
<children>
<VBox alignment="CENTER" prefHeight="165.0" prefWidth="255.0">
<children>
<Label text="%effet.carte">
<VBox.margin>
<Insets bottom="5.0" />
</VBox.margin>
</Label>
<HBox prefHeight="100.0" prefWidth="200.0">
<children>
<ImageView fitHeight="97.8" fitWidth="70.05" pickOnBounds="true" preserveRatio="true">
<HBox.margin>
<Insets right="20.0" />
</HBox.margin>
</ImageView>
<Pane>
<HBox.margin>
<Insets right="20.0" />
</HBox.margin>
</Pane>
<Pane />
</children>
</HBox>
<Button mnemonicParsing="false" text="%lancer.de.des">
<VBox.margin>
<Insets top="5.0" />
</VBox.margin>
</Button>
</children>
</VBox>
</children>
</HBox>
</children>
</Pane>
</children>
</AnchorPane>