private Texture2D extractSpriteSheet(Element rootNode) {
   String path = rootNode.getChildText("TexturePath");
   return ContentManager.loadTexture(this.texturePath + path);
 }