added AD editor (not work yet, just for test)

This commit is contained in:
2010-08-25 03:10:15 +03:00
parent 68784b7e9e
commit d897bb8fa2
27 changed files with 2163 additions and 398 deletions

View File

@@ -128,9 +128,8 @@ struct SplashType
struct WaveType
{
int Id;
QList <int> types; // some types of aliens (e.g. 2 fly and 3 grount in one wave)
QList <int> counts; // count aliens of each type
QList <unsigned int> counts; // count aliens of each type
unsigned int timeout; // time in ticks
unsigned int prise;
};