mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-12 00:54:53 -07:00
zone background textures
This commit is contained in:
parent
af605ab1f8
commit
7c06d6d84f
8 changed files with 124 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue