mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 18:58:00 +00:00
New static method to return default card image
This will be used in deck import card preview (default state) Signed-off-by: leriomaggio <valeriomaggio@gmail.com>
This commit is contained in:
@@ -397,4 +397,6 @@ public class ImageCache {
|
|||||||
public static boolean isDefaultImage(BufferedImage image) {
|
public static boolean isDefaultImage(BufferedImage image) {
|
||||||
return _defaultImage.equals(image);
|
return _defaultImage.equals(image);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public static BufferedImage getDefaultImage() { return _defaultImage; }
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user