forked from External/mage
* Some more changes to the deck editor.
This commit is contained in:
parent
5a9ccecd90
commit
0e34720611
18 changed files with 632 additions and 337 deletions
|
|
@ -57,7 +57,7 @@ public class CardEventSource implements EventSource<Event>, Serializable {
|
|||
dispatcher.fireEvent(new Event(card, message));
|
||||
}
|
||||
|
||||
public void shiftDoubleClick(SimpleCardView card, String message) {
|
||||
public void altDoubleClick(SimpleCardView card, String message) {
|
||||
dispatcher.fireEvent(new Event(card, message));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue