Fix ear position slightly

This commit is contained in:
James Harrison 2020-11-24 09:07:08 +00:00
parent 0a8314ee24
commit 69ca56c344
1 changed files with 1 additions and 1 deletions

View File

@ -419,7 +419,7 @@ export class PlayerObject extends Group {
this.ears = new EarsObject(earTexture);
this.ears.name = "ears";
this.ears.position.y = 7;
this.ears.position.y = 8;
this.add(this.ears);
}