Skip to content

Commit 862048d

Browse files
authored
Merge pull request #142 from j3kstrum/jars
Update jars for MVP
2 parents dd097b2 + d2b85ae commit 862048d

28 files changed

+441
-335
lines changed

jar-linux/game/CodeCarnage-all.jar

6.79 KB
Binary file not shown.
Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,27 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22

3-
43
<!--
54
~ Copyright (c) 2017. Licensed under the Apache License 2.0.
65
~ For full copyright, licensing, and sourcing information,
76
~ please refer to the CodeCarnage GitHub repository's README.md file
87
~ (found on https://github.com/j3kstrum/CodeCarnage).
98
-->
109

10+
<?import javafx.scene.control.ProgressBar?>
1111
<?import javafx.scene.Group?>
1212
<?import javafx.scene.layout.AnchorPane?>
1313
<?import javafx.scene.layout.Pane?>
1414
<AnchorPane xmlns:fx="http://javafx.com/fxml/1" fx:id="pane" maxHeight="-Infinity" maxWidth="-Infinity"
15-
minHeight="-Infinity" minWidth="-Infinity" prefHeight="900.0" prefWidth="1600.0"
16-
xmlns="http://javafx.com/javafx/8.0.102">
15+
minHeight="-Infinity" minWidth="-Infinity" prefHeight="480.0" prefWidth="1600.0"
16+
xmlns="http://javafx.com/javafx/8.0.141">
1717
<children>
1818
<Group fx:id="group" autoSizeChildren="false"/>
19-
<Pane fx:id="imagePane" layoutX="400.0" layoutY="103.0" maxHeight="-Infinity" maxWidth="-Infinity"
20-
minHeight="-Infinity" minWidth="-Infinity" prefHeight="480.0" prefWidth="800.0"/>
19+
<Pane fx:id="_imagePane" layoutX="6.0" layoutY="14.0" maxHeight="-Infinity" maxWidth="-Infinity"
20+
minHeight="-Infinity" minWidth="-Infinity" prefHeight="480.0" prefWidth="800.0">
21+
<children>
22+
<ProgressBar fx:id="userHeatlh" layoutX="14.0" layoutY="14.0" prefWidth="200.0" progress="0.0"/>
23+
<ProgressBar fx:id="opponentHealth" layoutX="580.0" layoutY="9.0" prefWidth="200.0" progress="0.0"/>
24+
</children>
25+
</Pane>
2126
</children>
2227
</AnchorPane>

jar-linux/resources/main/gui/menu/menu.fxml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<?import javafx.scene.text.Font?>
1818
<StackPane xmlns:fx="http://javafx.com/fxml/1" fx:id="stackPane" maxHeight="-Infinity" maxWidth="-Infinity"
1919
minHeight="-Infinity" minWidth="-Infinity" prefHeight="303.0" prefWidth="507.0"
20-
stylesheets="/styles/sample.css" xmlns="http://javafx.com/javafx/8.0.102">
20+
stylesheets="/styles/sample.css" xmlns="http://javafx.com/javafx/8.0.141">
2121
<children>
2222
<ImageView id="imageView" fitHeight="304.0" fitWidth="510.0" pickOnBounds="true" preserveRatio="true">
2323
<effect>
@@ -37,7 +37,6 @@
3737
</Label>
3838
<JFXButton fx:id="buttonStart" buttonType="RAISED" layoutX="113.0" layoutY="206.0" prefHeight="25.0"
3939
prefWidth="281.0" text="Start Game" textFill="WHITE"/>
40-
<JFXButton layoutX="113.0" layoutY="249.0" prefHeight="25.0" prefWidth="281.0" text="Settings"/>
4140
</children>
4241
</AnchorPane>
4342
</children>

jar-linux/resources/main/gui/scripting/scripting.fxml

Lines changed: 153 additions & 155 deletions
Large diffs are not rendered by default.
-18 Bytes
Loading
-62 Bytes
Loading
-18 Bytes
Loading
-62 Bytes
Loading

jar-linux/resources/main/stalemate_overlay.png

100755100644
File mode changed.

jar-windows/game/CodeCarnage-all.jar

469 KB
Binary file not shown.

0 commit comments

Comments
 (0)