mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
Make sligtly better attempt at Back icon
This commit is contained in:
@@ -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}),
|
||||
|
||||
Reference in New Issue
Block a user