added Towers loading in level
This commit is contained in:
@@ -72,6 +72,14 @@ struct srcTriggerType
|
||||
onTimer,
|
||||
onAlienInRadius
|
||||
};
|
||||
|
||||
enum aimType
|
||||
{
|
||||
noAim,
|
||||
parentAim,
|
||||
allSide,
|
||||
nearlestAlien
|
||||
};
|
||||
int childId; // =-1 for non birth splash (e.q. only damage)
|
||||
bool delParent;
|
||||
float damage;
|
||||
|
||||
Reference in New Issue
Block a user