mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 10:48:00 +00:00
Make sligtly better attempt at Back icon
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 637 KiB After Width: | Height: | Size: 637 KiB |
@@ -1030,9 +1030,9 @@ public enum FSkin {
|
||||
ICO_SAVE (new int[] {660, 560, 20, 20}),
|
||||
ICO_SAVEAS (new int[] {660, 580, 20, 20}),
|
||||
ICO_CLOSE (new int[] {640, 640, 20, 20}),
|
||||
ICO_BACK (new int[] {360, 760, 40, 40}),
|
||||
ICO_LIST (new int[] {640, 660, 20, 20}),
|
||||
ICO_CARD_IMAGE (new int[] {660, 660, 20, 20}),
|
||||
ICO_BACK (new int[] {640, 680, 20, 20}),
|
||||
ICO_UNKNOWN (new int[] {0, 720, 80, 80}),
|
||||
ICO_LOGO (new int[] {480, 0, 200, 200}),
|
||||
ICO_FLIPCARD (new int[] {400, 0, 80, 120}),
|
||||
|
||||
@@ -146,9 +146,9 @@ public enum FSkinImage implements FImage {
|
||||
SAVE (660, 560, 20, 20, SourceFile.ICONS),
|
||||
SAVEAS (660, 580, 20, 20, SourceFile.ICONS),
|
||||
CLOSE (640, 640, 20, 20, SourceFile.ICONS),
|
||||
BACK (360, 760, 40, 40, SourceFile.ICONS),
|
||||
LIST (640, 660, 20, 20, SourceFile.ICONS),
|
||||
CARD_IMAGE (660, 660, 20, 20, SourceFile.ICONS),
|
||||
BACK (640, 680, 20, 20, SourceFile.ICONS),
|
||||
UNKNOWN (0, 720, 80, 80, SourceFile.ICONS),
|
||||
LOGO (480, 0, 200, 200, SourceFile.ICONS),
|
||||
FLIPCARD (400, 0, 80, 120, SourceFile.ICONS),
|
||||
|
||||
Reference in New Issue
Block a user