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-17 12:52:28 -0700 |
---|---|---|
committer | Catalin Mititiuc <webdevcat@proton.me> | 2024-04-17 13:05:47 -0700 |
commit | 143e3cdb45a96912d6791a37f64bf3893879cd93 (patch) | |
tree | 9e2b82407cb73f8f797b52e970244a8653e7847e /public/index.html | |
parent | 4229c732bca15f4563f596ca345d576984bc517a (diff) |
Add callbacks for updating the UI
Diffstat (limited to 'public/index.html')
-rw-r--r-- | public/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/public/index.html b/public/index.html index a7e84e0..dbb14a9 100644 --- a/public/index.html +++ b/public/index.html @@ -91,9 +91,9 @@ <div id="map-container"> <div id="toggle-firing-arc-vis"> - <div>davion</div> + <div>Davion</div> <input type="checkbox" data-allegiance="davion" /> - <div>liao</div> + <div>Liao</div> <input type="checkbox" data-allegiance="liao" /> </div> |