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/js/10-config.js

17 lines
157 B
JavaScript
Raw Normal View History

2018-09-30 18:21:59 +00:00
const CONF = {
playmat: {
w: 1600,
h: 900,
},
card: {
w: 172,
h: 240,
},
anim: {
time: 300,
func: "smootherStep",
},
}