index : btroops | |
Virtual board game-aid for BattleTroops, an infantry combat simulator wargame published by FASA in 1989. |
aboutsummaryrefslogtreecommitdiff |
diff options
author | Catalin Mititiuc <webdevcat@proton.me> | 2024-04-30 10:17:45 -0700 |
---|---|---|
committer | Catalin Mititiuc <webdevcat@proton.me> | 2024-04-30 10:17:45 -0700 |
commit | 82d3a4b415ba920176058d615b697e84a49adabc (patch) | |
tree | 7bc250d9f332689e3dc0c4e7aec5949175a0f9fa /src/modules/game/firing_arc.js | |
parent | a4888a3e0905f3561781cb0ef4686befc0dff122 (diff) |
Create record sheet dynamically when map is loaded
Diffstat (limited to 'src/modules/game/firing_arc.js')
-rw-r--r-- | src/modules/game/firing_arc.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/game/firing_arc.js b/src/modules/game/firing_arc.js index 817bc44..cea8bd0 100644 --- a/src/modules/game/firing_arc.js +++ b/src/modules/game/firing_arc.js @@ -13,8 +13,8 @@ const horzToVertDistRatio = 2 * Math.sqrt(3) / 3, }, firingArcVisibility = { - davion: false, - liao: false + defender: false, + attacker: false }, clippedFiringArcRadius = 25; |