2020-04-17 11:45:30 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
|
|
|
<?import javafx.scene.control.Button?>
|
|
|
|
<?import javafx.scene.control.Label?>
|
|
|
|
<?import javafx.scene.layout.Pane?>
|
|
|
|
<?import javafx.scene.text.Font?>
|
|
|
|
|
|
|
|
<Pane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" onMouseClicked="#afficheBonjour" prefHeight="400.0" prefWidth="600.0" styleClass="background" stylesheets="@style/menu.css" xmlns="http://javafx.com/javafx/11.0.1" xmlns:fx="http://javafx.com/fxml/1" fx:controller="ihm.controller.MenuController">
|
|
|
|
<children>
|
|
|
|
<Button layoutX="231.0" layoutY="161.0" mnemonicParsing="false" onMouseClicked="#commencerPartie" prefHeight="39.0" prefWidth="139.0" styleClass="bouton" stylesheets="@style/menu.css" text="Jouer">
|
|
|
|
<font>
|
|
|
|
<Font size="18.0" />
|
|
|
|
</font>
|
|
|
|
</Button>
|
|
|
|
<Button layoutX="230.0" layoutY="244.0" mnemonicParsing="false" onMouseClicked="#afficherRegle" styleClass="bouton" stylesheets="@style/menu.css" text="Règles du jeux">
|
|
|
|
<font>
|
|
|
|
<Font size="18.0" />
|
|
|
|
</font>
|
|
|
|
</Button>
|
|
|
|
<Label layoutX="170.0" layoutY="61.0" styleClass="titre" stylesheets="@style/menu.css" text="Shadow Hunters">
|
|
|
|
<font>
|
|
|
|
<Font size="36.0" />
|
|
|
|
</font>
|
|
|
|
</Label>
|
|
|
|
</children>
|
|
|
|
</Pane>
|