e.addToWorld();
}
{
Entity e = EntityFactory.createMammothTank(world, 1000, 200);
world.getManager(PlayerManager.class).setPlayer(e, "COMPUTER 2");
e.addToWorld();
}
EntityFactory.createWall(world, 756, 540);
EntityFactory.createWall(world, 756 + (5 * 108), 540);
EntityFactory.createWall(world, 756 + (10 * 108), 540);