Getting ready for big update.
This commit is contained in:
parent
ff2e8c3e75
commit
208ea68c32
@ -52,10 +52,10 @@ Beware the crocodiles on line 100!
|
||||
public class Main extends Application {
|
||||
|
||||
// Semantic versioning system data
|
||||
public static final String semVerDevState = "PreDev"; // Development stage
|
||||
public static final String semVerDevState = "alpha-Dev"; // Development stage
|
||||
public static final int semVerMajor = 0; // Major version
|
||||
public static final int semVerMinor = 2; // Minor version
|
||||
public static final int semVerPatch = 6; // Patch version
|
||||
public static final int semVerMinor = 3; // Minor version
|
||||
public static final int semVerPatch = 0; // Patch version
|
||||
|
||||
|
||||
double xOffset = 0, yOffset = 0; // Offsets for dragging
|
||||
|
BIN
src/assets/icons/settings.png
Normal file
BIN
src/assets/icons/settings.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.0 KiB |
@ -2,6 +2,7 @@
|
||||
|
||||
<?import javafx.scene.control.Button?>
|
||||
<?import javafx.scene.control.Label?>
|
||||
<?import javafx.scene.image.Image?>
|
||||
<?import javafx.scene.image.ImageView?>
|
||||
<?import javafx.scene.layout.Pane?>
|
||||
<?import javafx.scene.shape.Rectangle?>
|
||||
@ -18,30 +19,36 @@
|
||||
<Font name="Centaur" size="24.0" />
|
||||
</font>
|
||||
</Label>
|
||||
<Rectangle id="rectangle-1" height="450.0" layoutY="50.0" styleClass="nav-bar" width="150.0" />
|
||||
<Button id="Home-btn" layoutY="50.0" mnemonicParsing="false" prefHeight="40.0" prefWidth="150.0" styleClass="selected" text="Home" textOverrun="CLIP">
|
||||
<Rectangle id="rectangle-1" height="450.0" layoutY="50.0" styleClass="nav-bar" width="69.0" />
|
||||
<Button id="Home-btn" layoutY="50.0" mnemonicParsing="false" prefHeight="40.0" prefWidth="69.0" styleClass="selected" text="Home" textOverrun="CLIP">
|
||||
<font>
|
||||
<Font name="Centaur" size="16.0" />
|
||||
</font>
|
||||
</Button>
|
||||
<Button id="Modpacks-btn" layoutY="90.0" mnemonicParsing="false" prefHeight="40.0" prefWidth="150.0" styleClass="tab" text="Modpack" textAlignment="CENTER" textOverrun="CLIP">
|
||||
<Button id="Modpacks-btn" layoutY="90.0" mnemonicParsing="false" prefHeight="40.0" prefWidth="69.0" styleClass="tab" text="Modpack" textAlignment="CENTER" textOverrun="CLIP">
|
||||
<font>
|
||||
<Font name="Centaur" size="16.0" />
|
||||
</font>
|
||||
</Button>
|
||||
<Button id="Instance-btn" layoutY="130.0" mnemonicParsing="false" prefHeight="40.0" prefWidth="150.0" styleClass="tab" text="Instances" textOverrun="CLIP">
|
||||
<Button id="Instance-btn" layoutY="130.0" mnemonicParsing="false" prefHeight="40.0" prefWidth="69.0" styleClass="tab" text="Instances" textOverrun="CLIP">
|
||||
<font>
|
||||
<Font name="Centaur" size="16.0" />
|
||||
</font>
|
||||
</Button>
|
||||
<Button id="Settings-btn" layoutY="170.0" mnemonicParsing="false" prefHeight="40.0" prefWidth="150.0" styleClass="tab" text="Settings" textOverrun="CLIP">
|
||||
<Button id="Settings-btn" layoutY="170.0" mnemonicParsing="false" prefHeight="42.0" prefWidth="69.0" styleClass="tab" textOverrun="CLIP">
|
||||
<font>
|
||||
<Font name="Centaur" size="16.0" />
|
||||
</font>
|
||||
<graphic>
|
||||
<ImageView fitHeight="25.0" fitWidth="25.0" pickOnBounds="true" preserveRatio="true">
|
||||
<image>
|
||||
<Image url="@../icons/settings.png" />
|
||||
</image></ImageView>
|
||||
</graphic>
|
||||
</Button>
|
||||
<Pane id="tab" layoutX="150.0" layoutY="50.0" prefHeight="450.0" prefWidth="750.0" />
|
||||
<Label id="version" layoutX="8.0" layoutY="455.0" text="Version : $v" />
|
||||
<Label id="lable" layoutX="9.0" layoutY="472.0" text="Copyright 2016 TeamAvion">
|
||||
<Pane id="tab" layoutX="70.0" layoutY="50.0" prefHeight="450.0" prefWidth="830.0" />
|
||||
<Label id="version" layoutX="282.0" layoutY="14.0" prefHeight="24.0" prefWidth="132.0" text="Version : $v" wrapText="true" />
|
||||
<Label id="lable" layoutX="6.0" layoutY="450.0" prefHeight="50.0" prefWidth="60.0" text="2016-2017 TeamAvion" wrapText="true">
|
||||
<font>
|
||||
<Font size="11.0" />
|
||||
</font>
|
||||
|
Loading…
x
Reference in New Issue
Block a user