Compare commits
6 Commits
AlphaDev-0
...
master
Author | SHA1 | Date | |
---|---|---|---|
![]() |
586616c4bc | ||
![]() |
323a500ea4 | ||
![]() |
640c12a59f | ||
![]() |
041838c933 | ||
![]() |
bc77fbe2d3 | ||
![]() |
eb6aa7a625 |
@ -1,5 +1,5 @@
|
|||||||
# Team Avion Launcher (TAL)
|
# Team Avion Launcher (TAL)
|
||||||
###### Current Version : Alpha Dev 0.0.2 [Download Current Version](https://github.com/GabrielTofvesson/TeamAvionLauncher/releases/download/AlphaDev-0.0.1/Team-Avion-Launcher-AlphaDev-0.0.1.jar) | [Version Notes](https://github.com/GabrielTofvesson/TeamAvionLauncher/releases/tag/AlphaDev-0.0.1) | [Other Versions](https://github.com/GabrielTofvesson/TeamAvionLauncher/releases)
|
###### Current Version : Alpha Dev 0.0.2 [Download Current Version](https://github.com/GabrielTofvesson/TeamAvionLauncher/releases/download/AlphaDev-0.0.2/Team-Avion-Launcher-AlphaDev-0.0.2.jar) | [Version Notes](https://github.com/GabrielTofvesson/TeamAvionLauncher/releases/tag/AlphaDev-0.0.2) | [Other Versions](https://github.com/GabrielTofvesson/TeamAvionLauncher/releases)
|
||||||
|
|
||||||
Created by [Taco Dev](https://github.com/Michael-Jouanneau), [Blynd3 Dev](https://github.com/GabrielTofvesson) and, [Deathly Dev](https://github.com/ADeathyTouch) for Team Avion
|
Created by [Taco Dev](https://github.com/Michael-Jouanneau), [Blynd3 Dev](https://github.com/GabrielTofvesson) and, [Deathly Dev](https://github.com/ADeathyTouch) for Team Avion
|
||||||
|
|
||||||
|
1
_config.yml
Normal file
1
_config.yml
Normal file
@ -0,0 +1 @@
|
|||||||
|
theme: jekyll-theme-cayman
|
@ -14,6 +14,7 @@ If you get sick reading, we will not claim responsibility on your health. Please
|
|||||||
package Launcher;
|
package Launcher;
|
||||||
|
|
||||||
// import Launcher.net.Updater;
|
// import Launcher.net.Updater;
|
||||||
|
import Launcher.net.Updater;
|
||||||
import com.tofvesson.async.Async;
|
import com.tofvesson.async.Async;
|
||||||
import com.tofvesson.reflection.SafeReflection;
|
import com.tofvesson.reflection.SafeReflection;
|
||||||
import javafx.animation.KeyFrame;
|
import javafx.animation.KeyFrame;
|
||||||
@ -54,8 +55,8 @@ public class Main extends Application {
|
|||||||
// Semantic versioning system data
|
// Semantic versioning system data
|
||||||
public static final String semVerDevState = "Alpha-Dev"; // Development stage
|
public static final String semVerDevState = "Alpha-Dev"; // Development stage
|
||||||
public static final int semVerMajor = 0; // Major version
|
public static final int semVerMajor = 0; // Major version
|
||||||
public static final int semVerMinor = 0; // Minor version
|
public static final int semVerMinor = 3; // Minor version
|
||||||
public static final int semVerPatch = 2; // Patch version
|
public static final int semVerPatch = 0; // Patch version
|
||||||
|
|
||||||
|
|
||||||
double xOffset = 0, yOffset = 0; // Offsets for dragging
|
double xOffset = 0, yOffset = 0; // Offsets for dragging
|
||||||
@ -80,7 +81,7 @@ public class Main extends Application {
|
|||||||
primaryStage.initStyle(StageStyle.UNDECORATED);
|
primaryStage.initStyle(StageStyle.UNDECORATED);
|
||||||
|
|
||||||
//TODO: Remove the comments under when updater class is fixed
|
//TODO: Remove the comments under when updater class is fixed
|
||||||
/* if(args.length<2 || !args[1].equals("false")){
|
if(args.length<2 || !args[1].equals("false")){
|
||||||
Stage d = new Stage();
|
Stage d = new Stage();
|
||||||
Timeline t = new Timeline();
|
Timeline t = new Timeline();
|
||||||
t.getKeyFrames().add(new KeyFrame(Duration.millis(1), event ->{ d.close(); primaryStage.show(); }));
|
t.getKeyFrames().add(new KeyFrame(Duration.millis(1), event ->{ d.close(); primaryStage.show(); }));
|
||||||
@ -95,7 +96,7 @@ public class Main extends Application {
|
|||||||
});
|
});
|
||||||
t1.setDaemon(true);
|
t1.setDaemon(true);
|
||||||
t1.start();
|
t1.start();
|
||||||
} else primaryStage.show(); */ // Remove ugly trash
|
} else primaryStage.show(); // Remove ugly trash
|
||||||
|
|
||||||
root = (Pane) Tabs.load("main"); // Load via layout loader
|
root = (Pane) Tabs.load("main"); // Load via layout loader
|
||||||
((Label)root.lookup("#version")).setText(((Label) root.lookup("#version")) // Dynamically set version label
|
((Label)root.lookup("#version")).setText(((Label) root.lookup("#version")) // Dynamically set version label
|
||||||
|
@ -1,46 +1,48 @@
|
|||||||
#pane {
|
#pane {
|
||||||
-fx-background-color: #05030c;
|
-fx-background-color: #6770e3;
|
||||||
}
|
}
|
||||||
#rectangle {
|
#rectangle {
|
||||||
-fx-fill: #050519;
|
-fx-fill: #373ab0;
|
||||||
-fx-text-fill: white;
|
-fx-text-fill: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
#rectangle-1 {
|
#rectangle-1 {
|
||||||
-fx-fill: #070620;
|
-fx-fill: #4e4ecf;
|
||||||
-fx-text-fill: white;
|
-fx-text-fill: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
#rectangle-2 {
|
#rectangle-2 {
|
||||||
-fx-fill: #060317;
|
-fx-fill: #4c46d5;
|
||||||
-fx-text-fill: white;
|
-fx-text-fill: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
#rectangle-3 {
|
#rectangle-3 {
|
||||||
-fx-fill: #0b052e;
|
-fx-fill: #3736ac;
|
||||||
-fx-text-fill: white;
|
-fx-text-fill: white;
|
||||||
|
-webkit-box-shadow: 10px 10px 15px rgba(191, 191, 191, 0.72);
|
||||||
|
box-shadow: 10px 10px 15px rgba(191, 191, 191, 0.72);
|
||||||
}
|
}
|
||||||
|
|
||||||
#download-modpack, #download-modpack-a, #view-modpack-a, #view-modpack, #Launch-VM, #Update-VM {
|
#download-modpack, #download-modpack-a, #view-modpack-a, #view-modpack, #Launch-VM, #Update-VM {
|
||||||
-fx-background-color: #0a073b;
|
-fx-background-color: #5d7ba6;
|
||||||
-fx-background-radius: 0em;
|
-fx-background-radius: 0em;
|
||||||
-fx-text-fill: white;
|
-fx-text-fill: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
#download-modpack:hover, #view-modpack:hover, #view-modpack-a:hover, #download-modpack-a:hover, #Launch-VM:hover, #Update-VM:hover {
|
#download-modpack:hover, #view-modpack:hover, #view-modpack-a:hover, #download-modpack-a:hover, #Launch-VM:hover, #Update-VM:hover {
|
||||||
-fx-background-color: #07061b;
|
-fx-background-color: #2442da;
|
||||||
-fx-background-radius: 0em;
|
-fx-background-radius: 0em;
|
||||||
-fx-text-fill: white;
|
-fx-text-fill: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
#default-theme,#dark-theme, #light-theme {
|
#default-theme,#dark-theme, #light-theme {
|
||||||
-fx-background-color: #0d072f;
|
-fx-background-color: #4051c2;
|
||||||
-fx-background-radius: 0em;
|
-fx-background-radius: 0em;
|
||||||
-fx-text-fill: white;
|
-fx-text-fill: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
#default-theme:hover {
|
#default-theme:hover {
|
||||||
-fx-background-color: #0d0c39;
|
-fx-background-color: #19168c;
|
||||||
-fx-background-radius: 0em;
|
-fx-background-radius: 0em;
|
||||||
-fx-text-fill: white;
|
-fx-text-fill: white;
|
||||||
}
|
}
|
||||||
@ -70,19 +72,19 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
#minecraft-login-btn {
|
#minecraft-login-btn {
|
||||||
-fx-background-color: #0a073b;
|
-fx-background-color: #3e58cb;
|
||||||
-fx-background-radius: 0em;
|
-fx-background-radius: 0em;
|
||||||
-fx-text-fill: white;
|
-fx-text-fill: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
#minecraft-login-btn:hover {
|
#minecraft-login-btn:hover {
|
||||||
-fx-background-color: #07061b;
|
-fx-background-color: #2c3f7b;
|
||||||
-fx-background-radius: 0em;
|
-fx-background-radius: 0em;
|
||||||
-fx-text-fill: white;
|
-fx-text-fill: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
#Modpack-back, #home-back, #Settings-back, #instance-back {
|
#Modpack-back, #home-back, #Settings-back, #instance-back {
|
||||||
-fx-fill: #0a0e2e;
|
-fx-fill: #2a36c9;
|
||||||
-fx-text-fill: white;
|
-fx-text-fill: white;
|
||||||
}
|
}
|
||||||
#exit, #min{
|
#exit, #min{
|
||||||
@ -96,7 +98,7 @@
|
|||||||
#search-modpacks {
|
#search-modpacks {
|
||||||
-fx-prompt-text-fill: white;
|
-fx-prompt-text-fill: white;
|
||||||
-fx-text-fill: white;
|
-fx-text-fill: white;
|
||||||
-fx-background-color: #0a0e2e;
|
-fx-background-color: rgba(230, 42, 152, 0);
|
||||||
-fx-padding: 5px;
|
-fx-padding: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -123,17 +125,17 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.tab:hover{
|
.tab:hover{
|
||||||
-fx-background-color: #09042e;
|
-fx-background-color: #372bf1;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.selected {
|
.selected {
|
||||||
-fx-background-color: #05030c;
|
-fx-background-color: #496ce2;
|
||||||
-fx-background-radius: 0em;
|
-fx-background-radius: 0em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.selected:hover {
|
.selected:hover {
|
||||||
-fx-background-color: #05030c;
|
-fx-background-color: #2421e0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#minecraftuser, #minecraftpass{
|
#minecraftuser, #minecraftpass{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user