Added magnet functionality

This commit is contained in:
Martin
2022-12-23 11:36:12 +01:00
parent afc9448826
commit 76c4264838
15 changed files with 193 additions and 13 deletions

View File

@@ -14,6 +14,7 @@ export class PlayerSettings {
public speed = 0;
public regenerationDelay = 0;
public collisionDelay = 0;
public magnetDuration = 0;
public weapon: WeaponSettings = new WeaponSettings();
public haloLauncher: HaloLauncherSettings = new HaloLauncherSettings();
public horizontalLauncher: WaveLauncherSettings = new WaveLauncherSettings();