* Split cards - The images of split cards are now rotated in the enlarged image view (moueswheel up/down).

This commit is contained in:
LevelX2 2014-03-13 00:20:37 +01:00
parent 4a2a40ae2d
commit 88aca77695
8 changed files with 160 additions and 46 deletions

View file

@ -46,6 +46,7 @@ import mage.watchers.Watcher;
/**
*
* @author LevelX2
* @param <T>
*/
public abstract class SplitCard<T extends SplitCard<T>> extends CardImpl<T> {