This repository has been archived on 2024-04-29. You can view files and clone it, but cannot push or open issues or pull requests.
node-fftcg/client/scripts/10-conf.coffee
2018-10-01 03:39:19 +02:00

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