Merge branch 'develop' of github.com:thecodingmachine/workadventure
This commit is contained in:
@@ -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;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user