Skip to content
Snippets Groups Projects
Commit 2837a832 authored by Tran Peter's avatar Tran Peter
Browse files

fix(ui): fix gui scaling with windows scaling

parent 0a745168
No related branches found
No related tags found
5 merge requests!74V1,!73Initial commit,!71Merge DataBase into Development,!54Update: coreMaps.json (added new maps),!44Merge ui into development
......@@ -31,7 +31,6 @@ public class LoadingScreenController implements Initializable {
@FXML
private ImageView logo, throbber;
boolean isReady = false;
private int counter = 0;
private boolean statsLoaded = false;
private final String[] loadingTips = {
......@@ -54,7 +53,8 @@ public class LoadingScreenController implements Initializable {
"Buying this game was a good decision! (no refunds).",
"Apparently Jonas is above the law.",
"Jonas has lost his Game Dev Role in Discord.",
"Maxe is a light mode user. Poor soul..."
"Maxe is a light mode user. Poor soul...",
"Did you know, that Elias almost destroyed our GitLab Repo?"
};
private final List<String> shuffledTips = Arrays.asList(loadingTips);
......
......@@ -4,6 +4,7 @@ import javafx.application.Application;
public class Main {
public static void main(String[] args) {
System.setProperty("prism.allowhidpi", "false");
Application.launch(Driver.class, args);
}
}
{
"sfxVolume": 42,
"musicVolume": 95
"musicVolume": 0
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment