mirror of
https://github.com/magefree/mage.git
synced 2025-12-24 20:41:58 -08:00
SOM cards.
This commit is contained in:
parent
e286f6ff72
commit
8003a1073e
8 changed files with 457 additions and 58 deletions
|
|
@ -70,9 +70,9 @@ public class BigCard extends JComponent {
|
|||
protected float hue = 0.005f;
|
||||
protected float dh = 0.005f;
|
||||
|
||||
static private final int DEFAULT_DELAY_PERIOD = 50;
|
||||
static private final float LEFT_BOUNDARY = -0.15f;
|
||||
static private final float RIGHT_BOUNDARY = 0.15f;
|
||||
static private final int DEFAULT_DELAY_PERIOD = 30;
|
||||
static private final float LEFT_BOUNDARY = 0f;
|
||||
static private final float RIGHT_BOUNDARY = 0.5f;
|
||||
|
||||
public BigCard() {
|
||||
initComponents();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue