Added indirect fire mode

This commit is contained in:
Pax1601
2023-11-23 23:45:00 +01:00
parent 20f99c287f
commit 771695af59
5 changed files with 32473 additions and 32403 deletions

View File

@@ -275,4 +275,8 @@ export const MGRS_PRECISION_1M = 6;
export const DELETE_CYCLE_TIME = 0.05;
export const DELETE_SLOW_THRESHOLD = 50;
export const GROUPING_ZOOM_TRANSITION = 13;
export const GROUPING_ZOOM_TRANSITION = 13;
export const MAX_SHOTS_SCATTER = 3;
export const MAX_SHOTS_INTENSITY = 3;
export const SHOTS_SCATTER_DEGREES = 10;