mirror of
https://github.com/2OOP/pism.git
synced 2026-02-04 10:54:51 +00:00
Main menu loader (#277)
* LoadingWidget main menu * fixed garbage code * Fixed garbage code 2 * LoadWidget fix, added loading to starting the game. Removed unnecessary console output --------- Co-authored-by: ramollia <>
This commit is contained in:
committed by
GitHub
parent
bc84171029
commit
628e4f30b5
@@ -13,11 +13,10 @@ public final class Main {
|
||||
static void main(String[] args) {
|
||||
initSystems();
|
||||
App.run(args);
|
||||
|
||||
}
|
||||
|
||||
private static void initSystems() {
|
||||
ResourceManager.loadAssets(new ResourceLoader("app/src/main/resources/assets"));
|
||||
ResourceManager.loadAssets(new ResourceLoader("app/src/main/resources/localization"));
|
||||
new Thread(() -> new NetworkingClientEventListener(new NetworkingClientManager())).start();
|
||||
|
||||
new Thread(() -> {
|
||||
|
||||
Reference in New Issue
Block a user