Singleton.getVisualisation().createTextActorPerso(m_textActorName, m_playerName, 64, m_position.x - 32, m_position.y + 64, "ar15whi", false);
// Singleton.getVisualisation().createLineActor(m_lineActorName, 500,500,1000,1000, false);
try {
m_inventory = new Inventory(1, "config/items.xml", m_state, this);
} catch (ParserConfigurationException | SAXException | IOException ex) {
Logger.getLogger(RaceGameState.class.getName()).log(Level.SEVERE, null, ex);
}
//Sparkles