Added mod file tree, bundle loading

This commit is contained in:
Anuken
2019-09-28 21:13:44 -04:00
parent b3666ed2a8
commit 4f9ed73a59
5 changed files with 95 additions and 17 deletions

View File

@@ -130,6 +130,7 @@ public class Vars implements Loadable{
/** list of all locales that can be switched to */
public static Locale[] locales;
public static FileTree filet;
public static Net net;
public static ContentLoader content;
public static GameState state;
@@ -193,6 +194,7 @@ public class Vars implements Loadable{
Version.init();
filet = new FileTree();
mods = new Mods();
content = new ContentLoader();
loops = new LoopControl();