added morphs, fix some bugs, new images
added onAlienInRadius trigger but it not work right((
This commit is contained in:
@@ -3,7 +3,8 @@
|
||||
Game_Data::Game_Data(Map *mapp, QObject *parent) :
|
||||
QObject(parent)
|
||||
{
|
||||
map = mapp;
|
||||
curWave = 0;
|
||||
aliens = new Aliens(map);
|
||||
map = mapp;
|
||||
curWave = 0;
|
||||
// alienSelect.images = towerSelect.images = 0;
|
||||
aliens = new Aliens(map);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user