added morphs, fix some bugs, new images
added onAlienInRadius trigger but it not work right((
This commit is contained in:
@@ -16,8 +16,8 @@ public:
|
||||
void setRed();
|
||||
void setGreen();
|
||||
void setWhite();
|
||||
void setColor(QColor colr, QColor colg, QColor colw, QColor colp);
|
||||
QColor color() const {return next_col;}
|
||||
void setColor(QColor colr, QColor colg, QColor colw, QColor colp);
|
||||
QColor color() const {return next_col;}
|
||||
public slots:
|
||||
void butt_click();
|
||||
void butt_toggle(bool checked);
|
||||
|
||||
Reference in New Issue
Block a user