25 lines
278 B
CoffeeScript
25 lines
278 B
CoffeeScript
CONF =
|
|
|
|
playmat:
|
|
w: 2000
|
|
h: 1000
|
|
|
|
card:
|
|
w: 225
|
|
h: 315
|
|
|
|
bigcard:
|
|
x: (2000 - 1200) / 2
|
|
y: (2000 - 1675) / 2
|
|
w: 1200
|
|
h: 1675
|
|
|
|
anim:
|
|
time: 300
|
|
func: 'smootherStep'
|
|
|
|
layer:
|
|
background: 0
|
|
playmats: 1
|
|
cards: 2
|
|
focus: 3
|