Movement improvements

This commit is contained in:
Martin
2022-12-12 12:04:31 +01:00
parent f7b345ef93
commit 2077c2e1c8
9 changed files with 92 additions and 14 deletions

View File

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