last changes

This commit is contained in:
2020-06-15 22:22:46 +03:00
parent 5f405ca403
commit 259f321df4
53 changed files with 3368 additions and 842 deletions

View File

@@ -42,6 +42,15 @@ struct srcAlienType
struct AlienType
{
AlienType ()
{
id = -1;
src = 0;
pos = QPointF();
wave = -1;
item = 0;
}
int id; // uses for QHash
int wave;
srcAlienType * src;
@@ -117,7 +126,7 @@ struct srcTowerType
QString name;
QImage * image;
int imgType;
int PlayerId; // tower's owner
//int PlayerId; // tower's owner
unsigned int cost;
unsigned int reload;
unsigned int buildTime;