Additional comment
+ Added additional comment explaining what DELTA is.
This commit is contained in:
parent
2193d247d0
commit
c130ee92fa
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ class QColor;
|
||||||
const int MAX_COUNTERS_ON_CARD = 999;
|
const int MAX_COUNTERS_ON_CARD = 999;
|
||||||
const float CARD_WIDTH_HALF = CARD_WIDTH / 2;
|
const float CARD_WIDTH_HALF = CARD_WIDTH / 2;
|
||||||
const float CARD_HEIGHT_HALF = CARD_HEIGHT / 2;
|
const float CARD_HEIGHT_HALF = CARD_HEIGHT / 2;
|
||||||
|
// DELTA is the degrees of rotation that will animate between frames
|
||||||
const int DELTA = 10;
|
const int DELTA = 10;
|
||||||
|
|
||||||
class CardItem : public AbstractCardItem {
|
class CardItem : public AbstractCardItem {
|
||||||
|
|
Loading…
Reference in a new issue