mirror of
https://github.com/correl/mage.git
synced 2025-04-03 09:18:59 -09:00
Fixed arrows for multi games.
This commit is contained in:
parent
4f06f78621
commit
93496b38c5
2 changed files with 1 additions and 0 deletions
Mage.Client/plugins
Mage.Plugins/Mage.Card.Plugin/src/main/java/org/mage/card/arcane
Binary file not shown.
|
@ -662,6 +662,7 @@ public class CardPanel extends MagePermanent implements MouseListener, MouseMoti
|
|||
data.component = this;
|
||||
data.card = this.gameCard;
|
||||
data.popupText = popupText;
|
||||
data.gameId = this.gameId;
|
||||
data.popupOffsetX = isTapped() ? cardHeight + cardXOffset + POPUP_X_GAP : cardWidth + cardXOffset + POPUP_X_GAP;
|
||||
data.popupOffsetY = 40;
|
||||
data.locationOnScreen = this.getLocationOnScreen();
|
||||
|
|
Loading…
Add table
Reference in a new issue