mirror of
https://github.com/correl/mage.git
synced 2025-01-13 11:01:58 +00:00
[UI] Made land cards in stack close to each other
This commit is contained in:
parent
11298a2d5f
commit
15dc313ffb
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ public class CardPluginImpl implements CardPlugin {
|
|||
static final float EXTRA_CARD_SPACING_X = 0.04f;
|
||||
private static final float CARD_SPACING_Y = 0.03f;
|
||||
private static final float STACK_SPACING_X = 0.07f;
|
||||
private static final float STACK_SPACING_Y = 0.13f;
|
||||
private static final float STACK_SPACING_Y = 0.10f;
|
||||
private static final float ATTACHMENT_SPACING_Y = 0.13f;
|
||||
|
||||
private int landStackMax = 5;
|
||||
|
|
Loading…
Reference in a new issue