private static void DesertPlanetOrbit(EntityWorld world) { world.CreateBackground(1234); world.AddBackgroundPlanet(PlanetType.Desert); }