mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 20:58:03 +00:00
Improve trophy appearance
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user