public void SwitchToLight()
 {
     modeText.LightMode();
     sky.TurnWhite();
     objects.LightMode();
     text.TurnOn();
 }