mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
adjusted angle increment for tap animation
This commit is contained in:
parent
9285a3952c
commit
5486843605
1 changed files with 1 additions and 1 deletions
|
|
@ -117,7 +117,7 @@ void AbstractCardItem::paint(QPainter *painter, const QStyleOptionGraphicsItem *
|
|||
|
||||
void AbstractCardItem::animationEvent()
|
||||
{
|
||||
int delta = 10;
|
||||
int delta = 18;
|
||||
if (!tapped)
|
||||
delta *= -1;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue