mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 18:28:00 +00:00
- Making transform cards work as plane/region art in Planar Conquest (mobile Forge).
- Currently will show the cards untransformed on the plane selection screen and transformed on the multiverse/region screen.
This commit is contained in:
@@ -113,6 +113,11 @@ public class GuiDesktop implements IGuiBase {
|
||||
return null; //TODO
|
||||
}
|
||||
|
||||
@Override
|
||||
public ISkinImage getCardArt(final PaperCard card, final boolean backFace) {
|
||||
return null; //TODO
|
||||
}
|
||||
|
||||
@Override
|
||||
public ISkinImage createLayeredImage(final FSkinProp background, final String overlayFilename, final float opacity) {
|
||||
final BufferedImage image = new BufferedImage(background.getWidth(), background.getHeight(), BufferedImage.TYPE_INT_ARGB);
|
||||
|
||||
Reference in New Issue
Block a user