added morphs, fix some bugs, new images
added onAlienInRadius trigger but it not work right((
This commit is contained in:
@@ -13,7 +13,6 @@ public:
|
||||
void setScene(QGraphicsScene * scene_) {scene = scene_;}
|
||||
|
||||
signals:
|
||||
/// TODO : fix killalien - new function for adding alien in kill list and del aliens in finish update
|
||||
void killAlien(int playerId, int alienId);
|
||||
|
||||
public slots:
|
||||
@@ -40,6 +39,8 @@ private:
|
||||
bool badAl);
|
||||
void doTriggerOnTimer(QHash<int, SplashType>::iterator
|
||||
spl, QHash<int,int> * deadIndexes);
|
||||
void doTriggerOnAlien(QHash<int, SplashType>::iterator
|
||||
spl, QHash<int,int> * deadIndexes);
|
||||
};
|
||||
|
||||
#endif // SPLASHES_H
|
||||
|
||||
Reference in New Issue
Block a user