27 lines
1.2 KiB
Plaintext
Raw Normal View History

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?>
2020-04-17 15:16:08 +02:00
<Pane id="rootPane" fx:id="rootPane" maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" 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">
2020-04-17 11:45:30 +02:00
<children>
2020-04-17 12:31:54 +02:00
<Label layoutX="126.0" layoutY="46.0" styleClass="titre" text="Shadow Hunters">
2020-04-17 11:45:30 +02:00
<font>
2020-04-17 12:31:54 +02:00
<Font size="48.0" />
2020-04-17 11:45:30 +02:00
</font>
2020-04-17 12:31:54 +02:00
</Label>
<Button layoutX="242.0" layoutY="149.0" mnemonicParsing="false" onMouseClicked="#commencerPartie" prefHeight="51.0" prefWidth="102.0" styleClass="bouton" text="Jouer">
2020-04-17 11:45:30 +02:00
<font>
2020-04-17 12:31:54 +02:00
<Font size="24.0" />
2020-04-17 11:45:30 +02:00
</font>
</Button>
2020-04-17 12:31:54 +02:00
<Button layoutX="242.0" layoutY="235.0" mnemonicParsing="false" onMouseClicked="#afficherRegle" styleClass="bouton" text="Regles">
2020-04-17 11:45:30 +02:00
<font>
2020-04-17 12:31:54 +02:00
<Font size="24.0" />
2020-04-17 11:45:30 +02:00
</font>
2020-04-17 12:31:54 +02:00
</Button>
2020-04-17 11:45:30 +02:00
</children>
</Pane>