21 lines
807 B
XML
21 lines
807 B
XML
<?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" 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">
|
|
<children>
|
|
<Label layoutX="66.0" layoutY="200.0" text="Attaquez un joueur ou se soigner de 2 blessures">
|
|
<font>
|
|
<Font size="24.0" />
|
|
</font>
|
|
</Label>
|
|
<Button layoutX="278.0" layoutY="255.0" mnemonicParsing="false" text="Se soigner">
|
|
<font>
|
|
<Font size="14.0" />
|
|
</font></Button>
|
|
</children>
|
|
</Pane>
|