mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-11 16:44:48 -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()
|
void AbstractCardItem::animationEvent()
|
||||||
{
|
{
|
||||||
int delta = 10;
|
int delta = 18;
|
||||||
if (!tapped)
|
if (!tapped)
|
||||||
delta *= -1;
|
delta *= -1;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue