This repository has been archived on 2024-12-07. You can view files and clone it, but cannot push or open issues or pull requests.
Wordle/bin/FXML/CreditsScene.fxml
2022-11-13 01:33:02 +01:00

25 lines
1.2 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<?import javafx.scene.control.Button?>
<?import javafx.scene.control.Label?>
<?import javafx.scene.layout.AnchorPane?>
<?import javafx.scene.text.Font?>
<AnchorPane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="600.0" prefWidth="400.0" style="-fx-background-color: #252525;" xmlns="http://javafx.com/javafx/19" xmlns:fx="http://javafx.com/fxml/1" fx:controller="Controllers.CreditsSceneController">
<children>
<Button layoutX="114.0" layoutY="511.0" mnemonicParsing="false" onAction="#btnMenuClicked" prefHeight="53.0" prefWidth="174.0" style="-fx-background-color: white;" text="Go back to Menu">
<font>
<Font name="Bodoni MT Black" size="16.0" />
</font></Button>
<Label layoutX="114.0" layoutY="54.0" text="Credits" textFill="WHITE">
<font>
<Font name="System Bold" size="53.0" />
</font>
</Label>
<Label layoutX="15.0" layoutY="155.0" prefHeight="290.0" prefWidth="372.0" textFill="WHITE">
<font>
<Font size="18.0" />
</font>
</Label>
</children>
</AnchorPane>