Fix the skin converter for the wings.
|
@ -13,17 +13,17 @@ public class PonySkinModifier implements ISkinModifier {
|
||||||
int scale = skin.getWidth() / 64;
|
int scale = skin.getWidth() / 64;
|
||||||
|
|
||||||
//top, mirror
|
//top, mirror
|
||||||
drawImage(dest, skin, scale, 60, 34, 58, 32, 58, 18, 60, 16);
|
drawImage(dest, skin, scale, 60, 32, 58, 34, 58, 16, 60, 18);
|
||||||
//bottom, mirror
|
//bottom, mirror
|
||||||
drawImage(dest, skin, scale, 62, 34, 60, 32, 60, 18, 62, 16);
|
drawImage(dest, skin, scale, 62, 32, 60, 34, 60, 16, 62, 18);
|
||||||
//inside
|
//inside
|
||||||
drawImage(dest, skin, scale, 56, 34, 58, 48, 60, 18, 62, 32);
|
drawImage(dest, skin, scale, 58, 34, 56, 48, 60, 18, 62, 32);
|
||||||
//front, mirror
|
|
||||||
drawImage(dest, skin, scale, 60, 48, 58, 34, 58, 32, 60, 18);
|
|
||||||
//outside
|
|
||||||
drawImage(dest, skin, scale, 60, 34, 62, 48, 56, 18, 58, 32);
|
|
||||||
//back
|
//back
|
||||||
drawImage(dest, skin, scale, 62, 34, 64, 48, 62, 18, 64, 32);
|
drawImage(dest, skin, scale, 60, 34, 58, 48, 58, 18, 60, 32);
|
||||||
|
//outside
|
||||||
|
drawImage(dest, skin, scale, 62, 34, 60, 48, 56, 18, 58, 32);
|
||||||
|
//back
|
||||||
|
drawImage(dest, skin, scale, 64, 34, 62, 48, 62, 18, 64, 32);
|
||||||
}
|
}
|
||||||
|
|
||||||
private void drawImage(Graphics graphics, Image image, int scale, int dx1, int dy1, int dx2, int dy2, int sx1, int sy1, int sx2, int sy2) {
|
private void drawImage(Graphics graphics, Image image, int scale, int dx1, int dy1, int dx2, int dy2, int sx1, int sy1, int sx2, int sy2) {
|
||||||
|
|
|
@ -38,6 +38,8 @@ public class PegasusWings implements IPonyPart, PonyModelConstants {
|
||||||
}
|
}
|
||||||
for (int i = 0; i < rightWingExt.length; i++) {
|
for (int i = 0; i < rightWingExt.length; i++) {
|
||||||
this.rightWingExt[i] = new ModelRenderer(pony, 56, 19);
|
this.rightWingExt[i] = new ModelRenderer(pony, 56, 19);
|
||||||
|
// this seems to hide the wings being a different size when folded
|
||||||
|
this.rightWingExt[i].mirror = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
initPositions(yOffset, stretch);
|
initPositions(yOffset, stretch);
|
||||||
|
|
Before Width: | Height: | Size: 773 B After Width: | Height: | Size: 805 B |
Before Width: | Height: | Size: 656 B After Width: | Height: | Size: 692 B |
Before Width: | Height: | Size: 618 B After Width: | Height: | Size: 652 B |
Before Width: | Height: | Size: 592 B After Width: | Height: | Size: 630 B |
Before Width: | Height: | Size: 933 B After Width: | Height: | Size: 962 B |
Before Width: | Height: | Size: 979 B After Width: | Height: | Size: 1,006 B |
Before Width: | Height: | Size: 685 B After Width: | Height: | Size: 715 B |
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 466 B After Width: | Height: | Size: 497 B |
Before Width: | Height: | Size: 809 B After Width: | Height: | Size: 841 B |
Before Width: | Height: | Size: 650 B After Width: | Height: | Size: 685 B |
Before Width: | Height: | Size: 585 B After Width: | Height: | Size: 609 B |
Before Width: | Height: | Size: 728 B After Width: | Height: | Size: 752 B |
Before Width: | Height: | Size: 476 B After Width: | Height: | Size: 503 B |
Before Width: | Height: | Size: 876 B After Width: | Height: | Size: 910 B |
Before Width: | Height: | Size: 606 B After Width: | Height: | Size: 650 B |
Before Width: | Height: | Size: 773 B After Width: | Height: | Size: 806 B |
Before Width: | Height: | Size: 695 B After Width: | Height: | Size: 728 B |
Before Width: | Height: | Size: 629 B After Width: | Height: | Size: 652 B |
Before Width: | Height: | Size: 958 B After Width: | Height: | Size: 982 B |
Before Width: | Height: | Size: 820 B After Width: | Height: | Size: 853 B |
Before Width: | Height: | Size: 480 B After Width: | Height: | Size: 513 B |
Before Width: | Height: | Size: 458 B After Width: | Height: | Size: 490 B |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 482 B After Width: | Height: | Size: 513 B |
Before Width: | Height: | Size: 598 B After Width: | Height: | Size: 632 B |
Before Width: | Height: | Size: 823 B After Width: | Height: | Size: 849 B |
Before Width: | Height: | Size: 649 B After Width: | Height: | Size: 682 B |
Before Width: | Height: | Size: 600 B After Width: | Height: | Size: 631 B |
Before Width: | Height: | Size: 549 B After Width: | Height: | Size: 578 B |
Before Width: | Height: | Size: 635 B After Width: | Height: | Size: 669 B |
Before Width: | Height: | Size: 743 B After Width: | Height: | Size: 769 B |
Before Width: | Height: | Size: 757 B After Width: | Height: | Size: 786 B |
Before Width: | Height: | Size: 627 B After Width: | Height: | Size: 662 B |
Before Width: | Height: | Size: 741 B After Width: | Height: | Size: 775 B |
Before Width: | Height: | Size: 602 B After Width: | Height: | Size: 631 B |
Before Width: | Height: | Size: 503 B After Width: | Height: | Size: 530 B |
Before Width: | Height: | Size: 534 B After Width: | Height: | Size: 563 B |
Before Width: | Height: | Size: 635 B After Width: | Height: | Size: 663 B |
Before Width: | Height: | Size: 663 B After Width: | Height: | Size: 698 B |
Before Width: | Height: | Size: 663 B After Width: | Height: | Size: 696 B |
Before Width: | Height: | Size: 766 B After Width: | Height: | Size: 790 B |
Before Width: | Height: | Size: 647 B After Width: | Height: | Size: 682 B |
Before Width: | Height: | Size: 775 B After Width: | Height: | Size: 797 B |
Before Width: | Height: | Size: 615 B After Width: | Height: | Size: 645 B |
Before Width: | Height: | Size: 631 B After Width: | Height: | Size: 664 B |
Before Width: | Height: | Size: 760 B After Width: | Height: | Size: 789 B |
Before Width: | Height: | Size: 595 B After Width: | Height: | Size: 630 B |
Before Width: | Height: | Size: 564 B After Width: | Height: | Size: 594 B |
Before Width: | Height: | Size: 936 B After Width: | Height: | Size: 966 B |
Before Width: | Height: | Size: 720 B After Width: | Height: | Size: 752 B |
Before Width: | Height: | Size: 735 B After Width: | Height: | Size: 770 B |
Before Width: | Height: | Size: 628 B After Width: | Height: | Size: 650 B |
Before Width: | Height: | Size: 563 B After Width: | Height: | Size: 592 B |
Before Width: | Height: | Size: 951 B After Width: | Height: | Size: 979 B |
Before Width: | Height: | Size: 1 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 674 B After Width: | Height: | Size: 706 B |
Before Width: | Height: | Size: 1 KiB After Width: | Height: | Size: 1 KiB |
Before Width: | Height: | Size: 699 B After Width: | Height: | Size: 734 B |
Before Width: | Height: | Size: 734 B After Width: | Height: | Size: 769 B |
Before Width: | Height: | Size: 466 B After Width: | Height: | Size: 501 B |
Before Width: | Height: | Size: 682 B After Width: | Height: | Size: 715 B |
Before Width: | Height: | Size: 558 B After Width: | Height: | Size: 592 B |
Before Width: | Height: | Size: 593 B After Width: | Height: | Size: 628 B |
Before Width: | Height: | Size: 525 B After Width: | Height: | Size: 554 B |
Before Width: | Height: | Size: 627 B After Width: | Height: | Size: 662 B |
Before Width: | Height: | Size: 613 B After Width: | Height: | Size: 643 B |
Before Width: | Height: | Size: 667 B After Width: | Height: | Size: 701 B |
Before Width: | Height: | Size: 926 B After Width: | Height: | Size: 953 B |
Before Width: | Height: | Size: 689 B After Width: | Height: | Size: 722 B |
Before Width: | Height: | Size: 546 B After Width: | Height: | Size: 572 B |
Before Width: | Height: | Size: 789 B After Width: | Height: | Size: 818 B |
Before Width: | Height: | Size: 877 B After Width: | Height: | Size: 910 B |
Before Width: | Height: | Size: 586 B After Width: | Height: | Size: 620 B |
Before Width: | Height: | Size: 545 B After Width: | Height: | Size: 575 B |
Before Width: | Height: | Size: 581 B After Width: | Height: | Size: 616 B |
Before Width: | Height: | Size: 658 B After Width: | Height: | Size: 687 B |
Before Width: | Height: | Size: 629 B After Width: | Height: | Size: 657 B |
Before Width: | Height: | Size: 610 B After Width: | Height: | Size: 640 B |
Before Width: | Height: | Size: 640 B After Width: | Height: | Size: 674 B |
Before Width: | Height: | Size: 879 B After Width: | Height: | Size: 904 B |
Before Width: | Height: | Size: 662 B After Width: | Height: | Size: 696 B |
Before Width: | Height: | Size: 619 B After Width: | Height: | Size: 652 B |
Before Width: | Height: | Size: 774 B After Width: | Height: | Size: 808 B |
Before Width: | Height: | Size: 590 B After Width: | Height: | Size: 626 B |
Before Width: | Height: | Size: 581 B After Width: | Height: | Size: 615 B |
Before Width: | Height: | Size: 680 B After Width: | Height: | Size: 715 B |
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 952 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 797 B |
Before Width: | Height: | Size: 442 B |
Before Width: | Height: | Size: 5.1 KiB After Width: | Height: | Size: 4.7 KiB |