mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 04:52:07 -08:00
[mage.client] again updated foil effect params.
This commit is contained in:
parent
b76fa3db0d
commit
5774a886fe
1 changed files with 2 additions and 2 deletions
|
|
@ -69,8 +69,8 @@ public class BigCard extends JComponent {
|
|||
protected float hue = 0.005f;
|
||||
protected float dh = 0.005f;
|
||||
|
||||
static private final int DEFAULT_DELAY_PERIOD = 25;
|
||||
static private final float LEFT_BOUNDARY = -0.3f;
|
||||
static private final int DEFAULT_DELAY_PERIOD = 40;
|
||||
static private final float LEFT_BOUNDARY = 0.0f;
|
||||
static private final float RIGHT_BOUNDARY = 0.1f;
|
||||
|
||||
public BigCard() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue