mirror of
https://github.com/MartinKral/Slash-The-Hordes
synced 2025-10-10 00:56:06 +00:00
Periodic follow mover
This commit is contained in:
@@ -66,11 +66,18 @@ export class MetaUpgradeSettings {
|
||||
|
||||
export class EnemyManagerSettings {
|
||||
public enemies: EnemySettings[] = [new EnemySettings()];
|
||||
public periodicFollowMovers: PeriodicFollowMoverSettings[] = [new PeriodicFollowMoverSettings()];
|
||||
public individualEnemySpawners: IndividualEnemySpawnerSettings[] = [new IndividualEnemySpawnerSettings()];
|
||||
public circularEnemySpawners: CircularEnemySpawnerSettings[] = [new CircularEnemySpawnerSettings()];
|
||||
public waveEnemySpawners: WaveEnemySpawnerSettings[] = [new WaveEnemySpawnerSettings()];
|
||||
}
|
||||
|
||||
export class PeriodicFollowMoverSettings {
|
||||
public enemyIdToAffect = "";
|
||||
public followTime = 0;
|
||||
public waitTime = 0;
|
||||
}
|
||||
|
||||
export class GeneralEnemySpawnerSettings {
|
||||
public enemyId = "";
|
||||
public startDelay = 0;
|
||||
|
Reference in New Issue
Block a user