mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 20:58:03 +00:00
Fixed coords on win/loss icons.
This commit is contained in:
@@ -230,8 +230,8 @@ public class FSkin {
|
||||
ICO_NOTES (new int[] {400, 560, 80, 80}), /** */
|
||||
ICO_HEART (new int[] {480, 560, 80, 80}), /** */
|
||||
|
||||
ICO_MINUS (new int[] {480, 640, 80, 80}), /** */
|
||||
ICO_PLUS (new int[] {560, 640, 80, 80});
|
||||
ICO_MINUS (new int[] {560, 640, 80, 80}), /** */
|
||||
ICO_PLUS (new int[] {480, 640, 80, 80});
|
||||
|
||||
private int[] coords;
|
||||
/** @param xy   int[] coordinates */
|
||||
|
||||
Reference in New Issue
Block a user