Switch to steve

This commit is contained in:
Teriuihi 2025-06-22 20:17:02 +02:00
parent 0e71c0f581
commit 60c1329163
3 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

View File

@ -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();