mirror of
https://github.com/MartinKral/Slash-The-Hordes
synced 2025-10-09 00:26:04 +00:00
Projectile launcher
This commit is contained in:
@@ -18,9 +18,15 @@ export class WeaponSettings {
|
||||
}
|
||||
|
||||
export class HaloLauncherSettings {
|
||||
public projectilesToSpawn = 0;
|
||||
public launcher = new ProjectileLauncherSettings();
|
||||
}
|
||||
|
||||
export class ProjectileLauncherSettings {
|
||||
public projectileLifetime = 0;
|
||||
public projectileSpeed = 0;
|
||||
public projectilesToSpawn = 0;
|
||||
public wavesToShoot = 0;
|
||||
public wavesDelayMs = 0;
|
||||
public cooldown = 0;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user