make skinCanvas & capeCanvas public
This commit is contained in:
parent
a13daf4d9c
commit
7fe4db7de5
|
|
@ -33,8 +33,8 @@ class SkinViewer {
|
||||||
readonly playerObject: PlayerObject;
|
readonly playerObject: PlayerObject;
|
||||||
readonly animations: RootAnimation = new RootAnimation();
|
readonly animations: RootAnimation = new RootAnimation();
|
||||||
|
|
||||||
protected readonly skinCanvas: HTMLCanvasElement;
|
readonly skinCanvas: HTMLCanvasElement;
|
||||||
protected readonly capeCanvas: HTMLCanvasElement;
|
readonly capeCanvas: HTMLCanvasElement;
|
||||||
private readonly skinTexture: Texture;
|
private readonly skinTexture: Texture;
|
||||||
private readonly capeTexture: Texture;
|
private readonly capeTexture: Texture;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue