Fix ear position slightly
This commit is contained in:
parent
0a8314ee24
commit
69ca56c344
|
|
@ -419,7 +419,7 @@ export class PlayerObject extends Group {
|
||||||
|
|
||||||
this.ears = new EarsObject(earTexture);
|
this.ears = new EarsObject(earTexture);
|
||||||
this.ears.name = "ears";
|
this.ears.name = "ears";
|
||||||
this.ears.position.y = 7;
|
this.ears.position.y = 8;
|
||||||
this.add(this.ears);
|
this.add(this.ears);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue