mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
Filp cards also require a separate image for their changed state
This commit is contained in:
@@ -265,7 +265,8 @@ public class ImageCache {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public static boolean hasBackFacePicture(CardPrinted cp) {
|
public static boolean hasBackFacePicture(CardPrinted cp) {
|
||||||
return cp.getRules().getSplitType() == CardSplitType.Transform; // do we take other image for flipped cards?
|
CardSplitType cst = cp.getRules().getSplitType();
|
||||||
|
return cst == CardSplitType.Transform || cst == CardSplitType.Flip;
|
||||||
}
|
}
|
||||||
|
|
||||||
public static String getSetFolder(String edition) {
|
public static String getSetFolder(String edition) {
|
||||||
|
|||||||
Reference in New Issue
Block a user