Improve trophy appearance

This commit is contained in:
drdev
2014-09-14 06:00:30 +00:00
parent 0c6b92cf78
commit e74882a934
3 changed files with 7 additions and 7 deletions

View File

@@ -233,10 +233,10 @@ public enum FSkinProp {
IMG_SORCERY (new int[] {160, 720, 40, 40}, PropType.IMAGE),
//achievement trophies
IMG_BRONZE_TROPHY (new int[] {0, 880, 60, 80}, PropType.IMAGE),
IMG_SILVER_TROPHY (new int[] {60, 880, 60, 80}, PropType.IMAGE),
IMG_GOLD_TROPHY (new int[] {120, 880, 60, 80}, PropType.IMAGE),
IMG_TROPHY_PLATE (new int[] {180, 880, 160, 40}, PropType.IMAGE),
IMG_BRONZE_TROPHY (new int[] {0, 880, 100, 120}, PropType.IMAGE),
IMG_SILVER_TROPHY (new int[] {100, 880, 100, 120}, PropType.IMAGE),
IMG_GOLD_TROPHY (new int[] {200, 880, 100, 120}, PropType.IMAGE),
IMG_TROPHY_PLATE (new int[] {300, 880, 160, 40}, PropType.IMAGE),
//button images
IMG_BTN_START_UP (new int[] {480, 200, 160, 80}, PropType.ICON),