|
LunaSysMgr
|
#include "Common.h"#include "CardGroup.h"#include "Settings.h"#include "AnimationSettings.h"#include <QPropertyAnimation>#include <QGraphicsScene>Variables | |
| const int | kMaxClosedSpacedCards = 3 |
| const int | kMaxStationaryCards = 4 |
| const int | kPositionsPerWidth = 3 |
| const int | kVelocityPerPosition = 1000 |
| const int | kPositionsPerVelocity = 1 |
| const int kMaxClosedSpacedCards = 3 |
| const int kMaxStationaryCards = 4 |
| const int kPositionsPerVelocity = 1 |
| const int kPositionsPerWidth = 3 |
| const int kVelocityPerPosition = 1000 |