added morphs, fix some bugs, new images
added onAlienInRadius trigger but it not work right((
This commit is contained in:
26
game_data.h
26
game_data.h
@@ -11,18 +11,20 @@ class Game_Data : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
explicit Game_Data(Map * map, QObject *parent = 0);
|
||||
QList <srcSplashType> srcSplashes;
|
||||
QList <srcTriggerType> srcTriggers;
|
||||
QHash <int,SplashType> curSplashes;
|
||||
QHash <QPoint,TowerType> curTowers;
|
||||
QList <WaveType> waves;
|
||||
QList <Player *> players;
|
||||
QList <AnimationType> curAnimations;
|
||||
Map * map;
|
||||
Aliens * aliens;
|
||||
int curWave;
|
||||
int missingAliens;
|
||||
explicit Game_Data(Map * map, QObject *parent = 0);
|
||||
QList <srcSplashType> srcSplashes;
|
||||
QList <srcTriggerType> srcTriggers;
|
||||
QHash <int,SplashType> curSplashes;
|
||||
QHash <QPoint,TowerType> curTowers;
|
||||
QList <WaveType> waves;
|
||||
QList <Player *> players;
|
||||
QList <AnimationType> curAnimations;
|
||||
AnimationType towerSelect;
|
||||
AnimationType alienSelect;
|
||||
Map * map;
|
||||
Aliens * aliens;
|
||||
int curWave;
|
||||
int missingAliens;
|
||||
|
||||
signals:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user