mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 03:08:02 +00:00
- Fixed the game spoiling card IDs when looking in the players' libraries, opponent's hand, etc.
This commit is contained in:
@@ -325,7 +325,7 @@ public class CardPanel extends SkinnedPanel implements CardContainer, IDisposabl
|
|||||||
|
|
||||||
displayCardNameOverlay(showText && canShow && showCardNameOverlay(), imgSize, imgPos);
|
displayCardNameOverlay(showText && canShow && showCardNameOverlay(), imgSize, imgPos);
|
||||||
displayPTOverlay(showText && (canShow || card.isFaceDown()) && showCardPowerOverlay(), imgSize, imgPos);
|
displayPTOverlay(showText && (canShow || card.isFaceDown()) && showCardPowerOverlay(), imgSize, imgPos);
|
||||||
displayCardIdOverlay(showText && showCardIdOverlay(), imgSize, imgPos);
|
displayCardIdOverlay(showText && canShow && showCardIdOverlay(), imgSize, imgPos);
|
||||||
}
|
}
|
||||||
|
|
||||||
private void displayCardIdOverlay(boolean isVisible, Dimension imgSize, Point imgPos) {
|
private void displayCardIdOverlay(boolean isVisible, Dimension imgSize, Point imgPos) {
|
||||||
|
|||||||
Reference in New Issue
Block a user