Peruvian Airlines, Shepherd Express & Frank Verity.

This commit is contained in:
nik gaffney 2021-06-15 17:23:27 +02:00
parent d46ee0878b
commit ec07d7d4d9
2 changed files with 5 additions and 4 deletions

View file

@ -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);

View file

@ -160,7 +160,7 @@ $fan.addEventListener('click', function () {
deck.mount($container)
deck.intro()
deck.sort()
deck.bysuit()
// secret message..