change default rotation angle of cape to 10.8 deg

This commit is contained in:
Haowei Wen 2020-09-12 17:20:54 +08:00
parent c68492ffa7
commit ae48acfff7
No known key found for this signature in database
GPG Key ID: 5BC167F73EA558E4
1 changed files with 1 additions and 1 deletions

View File

@ -432,7 +432,7 @@ export class PlayerObject extends Group {
this.cape.name = "cape";
this.cape.position.z = -2;
this.cape.position.y = -4;
this.cape.rotation.x = 25 * Math.PI / 180;
this.cape.rotation.x = 10.8 * Math.PI / 180;
this.add(this.cape);
}
}