mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 11:18:01 +00:00
Make shelf top a little less tall
Allow shelves to flow from one to the next
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 1.0 MiB After Width: | Height: | Size: 1.0 MiB |
@@ -235,7 +235,7 @@ public enum FSkinProp {
|
||||
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),
|
||||
IMG_TROPHY_CASE_TOP (new int[] {1, 1001, 798, 42}, PropType.IMAGE),
|
||||
IMG_TROPHY_CASE_TOP (new int[] {1, 1005, 798, 38}, PropType.IMAGE),
|
||||
IMG_TROPHY_CASE_SHELF (new int[] {1, 1043, 798, 257}, PropType.IMAGE),
|
||||
|
||||
//button images
|
||||
|
||||
Reference in New Issue
Block a user