-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathendgame.fxml
66 lines (63 loc) · 3.02 KB
/
endgame.fxml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<?xml version="1.0" encoding="UTF-8"?>
<?import javafx.scene.control.Button?>
<?import javafx.scene.control.Label?>
<?import javafx.scene.image.Image?>
<?import javafx.scene.image.ImageView?>
<?import javafx.scene.layout.AnchorPane?>
<?import javafx.scene.shape.Rectangle?>
<?import javafx.scene.text.Font?>
<?import javafx.scene.text.Text?>
<AnchorPane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="500.0" prefWidth="300.0" xmlns="http://javafx.com/javafx/21" xmlns:fx="http://javafx.com/fxml/1">
<children>
<ImageView fitHeight="535.0" fitWidth="388.0" layoutY="-25.0" opacity="0.75" pickOnBounds="true" preserveRatio="true">
<image>
<Image url="@desktop-wallpaper-firewatch-green-forest-mountains-minimal-creative-graphics-for-iphone-android-mobile-and-thumbnail.jpg" />
</image>
</ImageView>
<Rectangle arcHeight="5.0" arcWidth="5.0" fill="#0000006a" height="338.0" layoutX="38.0" layoutY="100.0" stroke="#ffffff00" strokeType="INSIDE" width="225.0" />
<Text fill="WHITE" layoutX="96.0" layoutY="151.0" strokeType="OUTSIDE" strokeWidth="0.0" text="GAME">
<font>
<Font size="40.0" />
</font>
</Text>
<Text fill="WHITE" layoutX="96.0" layoutY="188.0" strokeType="OUTSIDE" strokeWidth="0.0" text="OVER!" wrappingWidth="134.49158477783203">
<font>
<Font size="40.0" />
</font>
</Text>
<Rectangle arcHeight="5.0" arcWidth="5.0" fill="#e5000053" height="81.0" layoutX="51.0" layoutY="240.0" stroke="#755b5b00" strokeType="INSIDE" width="200.0" />
<Text fill="WHITE" layoutX="65.0" layoutY="268.0" strokeType="OUTSIDE" strokeWidth="0.0" text="SCORE:">
<font>
<Font size="24.0" />
</font>
</Text>
<Text fill="WHITE" layoutX="65.0" layoutY="307.0" strokeType="OUTSIDE" strokeWidth="0.0" text="HIGH SCORE:">
<font>
<Font size="24.0" />
</font>
</Text>
<Button layoutX="42.0" layoutY="381.0" mnemonicParsing="false" prefHeight="25.0" prefWidth="53.0" text="Home" />
<Button layoutX="124.0" layoutY="381.0" mnemonicParsing="false" text="Retry" />
<Button layoutX="199.0" layoutY="381.0" mnemonicParsing="false" text="Revive" />
<ImageView fitHeight="25.0" fitWidth="124.0" layoutX="219.0" layoutY="406.0" pickOnBounds="true" preserveRatio="true">
<image>
<Image url="@cherry.png" />
</image>
</ImageView>
<Label layoutX="212.0" layoutY="410.0" text="10" textFill="WHITE">
<font>
<Font size="14.0" />
</font>
</Label>
<Label layoutX="127.0" layoutY="340.0" text="45" textFill="WHITE">
<font>
<Font size="14.0" />
</font>
</Label>
<ImageView fitHeight="25.0" fitWidth="37.0" layoutX="133.0" layoutY="339.0" pickOnBounds="true" preserveRatio="true">
<image>
<Image url="@cherry.png" />
</image>
</ImageView>
</children>
</AnchorPane>