Switch to steve
This commit is contained in:
parent
0e71c0f581
commit
60c1329163
Binary file not shown.
|
Before Width: | Height: | Size: 2.3 KiB |
BIN
frontend/public/img/skins/steve.png
Normal file
BIN
frontend/public/img/skins/steve.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.1 KiB |
|
|
@ -49,7 +49,7 @@ export class RenderContainerComponent implements AfterViewInit, OnDestroy {
|
||||||
*/
|
*/
|
||||||
private initializeScene(): void {
|
private initializeScene(): void {
|
||||||
this.rendererService.initializeRenderer(this.rendererContainer);
|
this.rendererService.initializeRenderer(this.rendererContainer);
|
||||||
this.playerModelService.loadSkinTexture('/public/img/skins/akastijn.png')
|
this.playerModelService.loadSkinTexture('/public/img/skins/steve.png')
|
||||||
.then(() => {
|
.then(() => {
|
||||||
// Then create the player model with the texture applied
|
// Then create the player model with the texture applied
|
||||||
this.playerModelService.createPlayerModel();
|
this.playerModelService.createPlayerModel();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user