mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-07 16:53:00 -07:00
reworked in-game avatar display
This commit is contained in:
parent
72223b3229
commit
02f2fb9764
15 changed files with 253 additions and 94 deletions
|
|
@ -11,7 +11,7 @@ class QTimer;
|
|||
const int CARD_WIDTH = 72;
|
||||
const int CARD_HEIGHT = 102;
|
||||
|
||||
class AbstractCardItem : public QObject, public ArrowTarget {
|
||||
class AbstractCardItem : public ArrowTarget {
|
||||
Q_OBJECT
|
||||
protected:
|
||||
CardInfo *info;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue