Adjust the design of bay pony ears based on feedback

This commit is contained in:
Sollace 2018-09-27 19:06:52 +02:00
parent 1353e05d87
commit b5e0df7297
2 changed files with 4 additions and 4 deletions

View file

@ -40,14 +40,14 @@ public class ModelBatpony extends ModelEarthPony implements IModelPegasus {
@Override
protected void initEars(PonyRenderer head, float yOffset, float stretch) {
head.child()
.tex(14, 16).box(-4, -6, 0.5F, 1, 2, 2, stretch) // right ear
.tex(12, 16).box(-4, -6, 1, 2, 2, 2, stretch) // right ear
.tex(0, 3).box(-4, -6.49F, 2.49F, 1, 1, 1, stretch)
.tex(0, 5).box(-3, -5, 1.5F, 1, 1, 1, stretch);
.tex(0, 5).box(-3, -6.25F, 1.25F, 1, 1, 1, stretch);
head.child().flip()
.tex(14, 16).box( 3, -6, 0.5F, 1, 2, 2, stretch) // left ear
.tex(12, 16).box( 2, -6, 1, 2, 2, 2, stretch) // left ear
.tex(0, 3).box( 3, -6.49F, 2.49F, 1, 1, 1, stretch)
.tex(0, 5).box( 2, -5, 1.5F, 1, 1, 1, stretch);
.tex(0, 5).box( 2, -6.25F, 1.25F, 1, 1, 1, stretch);
}
@Override

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB