25 lines
277 B
CoffeeScript
25 lines
277 B
CoffeeScript
CONF =
|
|
|
|
playmat:
|
|
w: 1600
|
|
h: 900
|
|
|
|
card:
|
|
w: 172
|
|
h: 240
|
|
|
|
bigcard:
|
|
x: (1600 - 1200) / 2
|
|
y: (1800 - 1675) / 2
|
|
w: 1200
|
|
h: 1675
|
|
|
|
anim:
|
|
time: 300
|
|
func: 'smootherStep'
|
|
|
|
layer:
|
|
background: 0
|
|
playmats: 1
|
|
cards: 2
|
|
focus: 3
|