LoadingList.setDeferredLoading(false);
setPlayerSpriteFactory();
m_weather = new WeatherService();
m_time = new TimeService();
if(options != null)
m_weather.setEnabled(!Boolean.parseBoolean(options.get("disableWeather")));
m_ui = new Ui(m_display);
m_ui.setAllVisible(false);