Movement settings

This commit is contained in:
Martin
2022-12-12 12:21:59 +01:00
parent fbd201fb44
commit 6cced4ecfc
4 changed files with 6 additions and 3 deletions

View File

@@ -56,6 +56,6 @@ export class WaveEnemySpawnerSettings {
public cooldown = 0;
public enemiesPerWave = 0;
public waveLifetime = 0;
public moveType = "";
public enemyMoveType = "";
public enemyType = "";
}