Fixed missing tail piece on seaponies

This commit is contained in:
Sollace 2019-05-30 21:39:15 +02:00
parent d57876ddba
commit e3c0ebe694

View file

@ -40,7 +40,7 @@ public class SeaponyTail implements IPart {
tailBase.rotate(TAIL_ROTX, 0, 0) tailBase.rotate(TAIL_ROTX, 0, 0)
.offset(0, -4, -2) .offset(0, -4, -2)
.around(-2, 10, 8) .around(-2, 10, 8)
.box( 0, 0, 0, 4, 6, 4, stretch) .box(0, 4, 2, 4, 6, 4, stretch)
.flip(); .flip();
tailTip.rotate(0, 0, 0).around(1, 5, 1) tailTip.rotate(0, 0, 0).around(1, 5, 1)