M431-ShadowHunterGame/src/ihm/ressources/Reveler_son_identite.fxml
2020-04-28 18:29:53 +02:00

70 lines
3.1 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<?import javafx.geometry.Insets?>
<?import javafx.scene.control.Label?>
<?import javafx.scene.image.ImageView?>
<?import javafx.scene.layout.HBox?>
<?import javafx.scene.layout.Pane?>
<?import javafx.scene.layout.VBox?>
<?import javafx.scene.text.Font?>
<Pane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="480.0" prefWidth="640.0" stylesheets="@style/popUp.css" xmlns="http://javafx.com/javafx/11.0.1" xmlns:fx="http://javafx.com/fxml/1" fx:controller="ihm.controller.RevelationController">
<children>
<HBox alignment="CENTER" prefHeight="480.0" prefWidth="640.0">
<children>
<ImageView fitHeight="326.0" fitWidth="233.5" pickOnBounds="true" preserveRatio="true">
<HBox.margin>
<Insets right="20.0" />
</HBox.margin>
</ImageView>
<VBox alignment="CENTER" prefHeight="151.0" prefWidth="333.0" spacing="5.0">
<children>
<HBox prefHeight="36.0" prefWidth="334.0">
<children>
<Label fx:id="nomJoueur" prefHeight="35.0" prefWidth="75.0" text="Joueur x " textFill="WHITE">
<font>
<Font size="18.0" />
</font>
</Label>
<Label prefHeight="34.0" prefWidth="154.0" text="%reveler.identite" textFill="WHITE">
<font>
<Font size="18.0" />
</font>
</Label>
</children>
</HBox>
<HBox prefHeight="36.0" prefWidth="334.0">
<children>
<Label prefHeight="35.0" prefWidth="55.0" text="%c.est" textFill="WHITE">
<font>
<Font size="18.0" />
</font>
</Label>
<Label fx:id="nomPerso" prefHeight="34.0" prefWidth="182.0" text="*nom de personnage*" textFill="WHITE">
<font>
<Font size="18.0" />
</font>
</Label>
</children>
</HBox>
<HBox prefHeight="36.0" prefWidth="334.0">
<children>
<Label prefHeight="35.0" prefWidth="75.0" text="%faction" textFill="WHITE">
<font>
<Font size="18.0" />
</font>
</Label>
<Label fx:id="factionPerso" prefHeight="34.0" prefWidth="233.0" text="*insérer le nom de la faction*" textFill="WHITE">
<font>
<Font size="18.0" />
</font>
</Label>
</children>
</HBox>
</children>
</VBox>
</children>
</HBox>
</children>
</Pane>