Support displaying plane and region in banner

This commit is contained in:
drdev
2016-02-07 02:39:58 +00:00
parent 54def27d33
commit a62bca503e
4 changed files with 63 additions and 34 deletions

View File

@@ -251,6 +251,7 @@ public enum FSkinProp {
IMG_PW_BADGE_UNCOMMON (new int[] {443, 110, 110, 110}, PropType.PLANAR_CONQUEST),
IMG_PW_BADGE_RARE (new int[] {443, 220, 110, 110}, PropType.PLANAR_CONQUEST),
IMG_PW_BADGE_MYTHIC (new int[] {443, 330, 110, 110}, PropType.PLANAR_CONQUEST),
IMG_PLANE_BANNER (new int[] {0, 440, 226, 74}, PropType.PLANAR_CONQUEST),
//button images
IMG_BTN_START_UP (new int[] {480, 200, 160, 80}, PropType.ICON),