mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -08:00
Fixed arrows for multi games.
This commit is contained in:
parent
4f06f78621
commit
93496b38c5
2 changed files with 1 additions and 0 deletions
Binary file not shown.
|
|
@ -662,6 +662,7 @@ public class CardPanel extends MagePermanent implements MouseListener, MouseMoti
|
||||||
data.component = this;
|
data.component = this;
|
||||||
data.card = this.gameCard;
|
data.card = this.gameCard;
|
||||||
data.popupText = popupText;
|
data.popupText = popupText;
|
||||||
|
data.gameId = this.gameId;
|
||||||
data.popupOffsetX = isTapped() ? cardHeight + cardXOffset + POPUP_X_GAP : cardWidth + cardXOffset + POPUP_X_GAP;
|
data.popupOffsetX = isTapped() ? cardHeight + cardXOffset + POPUP_X_GAP : cardWidth + cardXOffset + POPUP_X_GAP;
|
||||||
data.popupOffsetY = 40;
|
data.popupOffsetY = 40;
|
||||||
data.locationOnScreen = this.getLocationOnScreen();
|
data.locationOnScreen = this.getLocationOnScreen();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue