Commit 2a6291dc authored by Gavin Bisesi's avatar Gavin Bisesi
Browse files

Merge pull request #592 from poixen/tap_animation

Faster tapping speed
parents 2850e9e9 e409d96b
......@@ -262,7 +262,7 @@ void GameScene::registerAnimationItem(AbstractCardItem *card)
{
cardsToAnimate.insert(static_cast<CardItem *>(card));
if (!animationTimer->isActive())
animationTimer->start(15, this);
animationTimer->start(10, this);
}
void GameScene::unregisterAnimationItem(AbstractCardItem *card)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment