implement entity model rendering
(cherry picked from commit a0e5d51290cf521d511f90e23445206a14c4a772)
This commit is contained in:
@@ -49,7 +49,8 @@ window.Minecraft = class {
|
||||
this.soundManager = new SoundManager();
|
||||
|
||||
// Create player
|
||||
this.player = new Player(this, this.world);
|
||||
this.player = new PlayerEntity(this, this.world);
|
||||
this.world.addEntity(this.player);
|
||||
this.inventory = new Inventory();
|
||||
|
||||
this.displayScreen(this.loadingScreen);
|
||||
|
||||
Reference in New Issue
Block a user