some improve game ui and bugfixes
This commit is contained in:
@@ -4,7 +4,7 @@ Game_Data::Game_Data(Map *mapp, QObject *parent) :
|
||||
QObject(parent)
|
||||
{
|
||||
map = mapp;
|
||||
curWave = 0;
|
||||
curWave = -1;
|
||||
// alienSelect.images = towerSelect.images = 0;
|
||||
aliens = new Aliens(map);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user