Universe time + Progress on solar system framework

This commit is contained in:
Anuken
2020-02-28 20:21:00 -05:00
10 changed files with 184 additions and 17 deletions
+2
View File
@@ -165,6 +165,7 @@ public class Vars implements Loadable{
public static Schematics schematics = new Schematics();
public static BeControl becontrol;
public static Universe universe;
public static World world;
public static Maps maps;
public static WaveSpawner spawner;
@@ -217,6 +218,7 @@ public class Vars implements Loadable{
defaultWaves = new DefaultWaves();
collisions = new EntityCollisions();
world = new World();
universe = new Universe();
becontrol = new BeControl();
maps = new Maps();