Peruvian Airlines, Shepherd Express & Frank Verity.
This commit is contained in:
parent
d46ee0878b
commit
ec07d7d4d9
2 changed files with 5 additions and 4 deletions
|
@ -810,9 +810,10 @@ var Deck = (function () {
|
|||
delay: delay,
|
||||
duration: 400,
|
||||
|
||||
x: -Math.round((6.75 - rank) * 8 * ___fontSize / 16),
|
||||
y: -Math.round((2.5 - suit) * 220 * ___fontSize / 16), // distance between piles?
|
||||
rot: 0,
|
||||
x: -Math.round((1.15 - suit) * 140 * ___fontSize / 16),
|
||||
// y: -Math.round((1.1 - suit) * 220 * ___fontSize / 16),
|
||||
y: 100,
|
||||
rot: Math.floor((Math.random() - 0.5) * 6),
|
||||
|
||||
onComplete: function onComplete() {
|
||||
cb(i);
|
||||
|
|
|
@ -160,7 +160,7 @@ $fan.addEventListener('click', function () {
|
|||
deck.mount($container)
|
||||
|
||||
deck.intro()
|
||||
deck.sort()
|
||||
deck.bysuit()
|
||||
|
||||
// secret message..
|
||||
|
||||
|
|
Loading…
Reference in a new issue