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-07-03 09:26:48 -0700 |
---|---|---|
committer | Catalin Mititiuc <webdevcat@proton.me> | 2024-07-03 09:26:48 -0700 |
commit | cff0cc6dd6e244da9c35f620585598a4e396652b (patch) | |
tree | 93d759cb21c54f31a090d0e2ec562b4bf00a27fa /public/index.html | |
parent | c4047b56d7b75d8b7ba8b884d8ec6b2660036e12 (diff) |
Make stairs visible on roof levels
Diffstat (limited to 'public/index.html')
-rw-r--r-- | public/index.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/public/index.html b/public/index.html index 570123e..25b0596 100644 --- a/public/index.html +++ b/public/index.html @@ -125,6 +125,10 @@ </label> </div> + <div id="toggle-grid-vis"> + <input type="checkbox" checked /> + </div> + <div id="toggle-firing-arc-vis"> <input type="checkbox" data-allegiance="defender" id="defender-firing-arc-vis" /> <label style="color: red;" for="defender-firing-arc-vis"> |