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

44 lines
579 B
CoffeeScript
Raw Normal View History

2018-09-30 20:23:16 +00:00
CONF =
playmat:
2018-10-01 01:32:42 +00:00
w: 2000
h: 1000
2018-09-30 20:23:16 +00:00
card:
2018-10-01 01:32:42 +00:00
w: 225
h: 315
2018-09-30 20:23:16 +00:00
bigcard:
2018-10-01 01:32:42 +00:00
x: (2000 - 1200) / 2
y: (2000 - 1675) / 2
w: 1200
h: 1675
2018-09-30 20:23:16 +00:00
anim:
time: 300
func: 'smootherStep'
2018-09-30 21:23:43 +00:00
layer:
background: 0
playmats: 1
cards: 2
focus: 3
2018-10-01 16:32:50 +00:00
# layout of a playmat, refer to assets
coord:
x:
main: 357 # fw1, fw3, bkup
side: 484 # fw2
step: 255 # fw*, bkup
deck: 51 # deck, break
dmg: 1634 # damage
y:
fwd: 51
fwst: 102
bkup: 634
deck: 408
dmg: 948
dmst: -51