arrows can target players; card attachment works

This commit is contained in:
Max-Wilhelm Bruker 2010-07-17 18:24:14 +02:00
parent 61b82bd6f9
commit 614f106304
32 changed files with 885 additions and 402 deletions

View file

@ -13,6 +13,7 @@ private:
static const int marginX = 20;
static const int minWidth = 20 * CARD_WIDTH / 2;
QMap<int, int> gridPointWidth;
int width, height;
int currentMinimumWidth;
QPixmap bgPixmap;