14 lines
121 B
CoffeeScript
14 lines
121 B
CoffeeScript
|
CONF =
|
||
|
|
||
|
playmat:
|
||
|
w: 1600
|
||
|
h: 900
|
||
|
|
||
|
card:
|
||
|
w: 172
|
||
|
h: 240
|
||
|
|
||
|
anim:
|
||
|
time: 300
|
||
|
func: 'smootherStep'
|