Merge branch 'develop' of github.com:thecodingmachine/workadventure

This commit is contained in:
_Bastler
2022-01-12 10:56:50 +01:00
21 changed files with 41 additions and 39 deletions
@@ -90,7 +90,7 @@ export const getRessourceDescriptor = (
const playerResource = LAYERS[i][textureName];
if (playerResource !== undefined) return playerResource;
}
throw "Could not find a data for texture " + textureName;
throw new Error("Could not find a data for texture " + textureName);
};
export const createLoadingPromise = (