mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-01-16 15:03:42 -08:00
adjusted angle increment for tap animation
This commit is contained in:
@@ -117,7 +117,7 @@ void AbstractCardItem::paint(QPainter *painter, const QStyleOptionGraphicsItem *
|
||||
|
||||
void AbstractCardItem::animationEvent()
|
||||
{
|
||||
int delta = 10;
|
||||
int delta = 18;
|
||||
if (!tapped)
|
||||
delta *= -1;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user