mirror of
https://github.com/magefree/mage.git
synced 2025-12-26 05:22:02 -08:00
commit
1340f75c1e
5 changed files with 331 additions and 2 deletions
|
|
@ -402,7 +402,7 @@ public class ModernCardRenderer extends CardRenderer {
|
|||
|
||||
@Override
|
||||
protected void drawArt(Graphics2D g) {
|
||||
if (artImage != null && !cardView.isFaceDown()) {
|
||||
if ((artImage != null || faceArtImage != null) && !cardView.isFaceDown()) {
|
||||
|
||||
boolean useFaceArt = false;
|
||||
if (faceArtImage != null && !isZendikarFullArtLand()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue