pain and suffering of various kinds
This commit is contained in:
@@ -109,6 +109,7 @@ public class Vars{
|
||||
public static float baseControllerSpeed = 11f;
|
||||
//only if smoothCamera
|
||||
public static boolean snapCamera = true;
|
||||
public static ContentLoader content;
|
||||
public static GameState state;
|
||||
public static ThreadHandler threads;
|
||||
|
||||
@@ -153,6 +154,8 @@ public class Vars{
|
||||
|
||||
Version.init();
|
||||
|
||||
content = new ContentLoader();
|
||||
|
||||
playerGroup = Entities.addGroup(Player.class).enableMapping();
|
||||
tileGroup = Entities.addGroup(TileEntity.class, false);
|
||||
bulletGroup = Entities.addGroup(Bullet.class).enableMapping();
|
||||
|
||||
Reference in New Issue
Block a user