String name = e.getAttribute("name");
String entityPath = e.getAttribute("path");
switch (type) {
case "music": {
FileHandle f = new FileHandle(new File(entityPath));
Music m = Gdx.audio.newMusic(f);
m_musicList.put(name, m);
break;
}
case "sound": {
FileHandle f = new FileHandle(new File(entityPath));