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 16:43:24 +02:00
<Pane id="rootPane" fx:id="rootPane" maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="800.0" prefWidth="1280.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 16:43:24 +02:00
<Label layoutX="437.0" layoutY="193.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>
2020-04-17 16:43:24 +02:00
<Button layoutX="553.0" layoutY="296.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 16:43:24 +02:00
<Button layoutX="554.0" layoutY="387.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>