Switch to steve
This commit is contained in:
+1
-1
@@ -49,7 +49,7 @@ export class RenderContainerComponent implements AfterViewInit, OnDestroy {
|
||||
*/
|
||||
private initializeScene(): void {
|
||||
this.rendererService.initializeRenderer(this.rendererContainer);
|
||||
this.playerModelService.loadSkinTexture('/public/img/skins/akastijn.png')
|
||||
this.playerModelService.loadSkinTexture('/public/img/skins/steve.png')
|
||||
.then(() => {
|
||||
// Then create the player model with the texture applied
|
||||
this.playerModelService.createPlayerModel();
|
||||
|
||||
Reference in New Issue
Block a user