} catch (ParserConfigurationException | IOException | SAXException ex) {
Logger.getLogger(WorldModelGame.class.getName()).log(Level.SEVERE, null, ex);
}
//State
m_state = new TitleGameState();
m_state.initialize();
//Initialisation
m_initialized = true;