zone background textures

This commit is contained in:
Max-Wilhelm Bruker 2009-09-01 17:22:47 +02:00
parent af605ab1f8
commit 7c06d6d84f
8 changed files with 124 additions and 3 deletions

View file

@ -7,6 +7,7 @@ class TableZone : public CardZone {
private:
int width, height;
QList<QList<QPoint> > gridPoints;
QPixmap bgPixmap;
public:
static const int gridPointsPerCardX = 2;
static const int gridPointsPerCardY = 3;