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

This commit is contained in:
_Bastler
2021-10-04 20:57:12 +02:00
7 changed files with 95 additions and 15 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ export abstract class Character extends Container {
this.invisible = false;
})
.catch(() => {
return lazyLoadPlayerCharacterTextures(scene.load, ["color_22", "eyes_23"]).then((textures) => {
return lazyLoadPlayerCharacterTextures(scene.load, [ "color_22", "eyes_23" ]).then((textures) => {
this.addTextures(textures, frame);
this.invisible = false;
});