added morphs, fix some bugs, new images

added onAlienInRadius trigger
but it not work right((
This commit is contained in:
2011-08-21 22:22:02 +04:00
parent fa68b5a120
commit 894e55bb41
186 changed files with 4040 additions and 3022 deletions

View File

@@ -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