Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Donald Haase
Cockatrice
Commits
54868436
Commit
54868436
authored
Oct 09, 2010
by
Max-Wilhelm Bruker
Browse files
adjusted angle increment for tap animation
parent
9285a395
Changes
1
Hide whitespace changes
Inline
Side-by-side
cockatrice/src/abstractcarditem.cpp
View file @
54868436
...
@@ -117,7 +117,7 @@ void AbstractCardItem::paint(QPainter *painter, const QStyleOptionGraphicsItem *
...
@@ -117,7 +117,7 @@ void AbstractCardItem::paint(QPainter *painter, const QStyleOptionGraphicsItem *
void
AbstractCardItem
::
animationEvent
()
void
AbstractCardItem
::
animationEvent
()
{
{
int
delta
=
1
0
;
int
delta
=
1
8
;
if
(
!
tapped
)
if
(
!
tapped
)
delta
*=
-
1
;
delta
*=
-
1
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment