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-16 14:05:08 -0700 |
---|---|---|
committer | Catalin Mititiuc <webdevcat@proton.me> | 2024-07-16 14:05:11 -0700 |
commit | 3f24534eb775fa26df35a2fbeb909aef3480317f (patch) | |
tree | f5648b8ba8f61194e96f63b6bad9448778ad226d /public/index.html | |
parent | 5ea152f4f6419e77f5d1bf76fb4c15a883376700 (diff) |
WIP: Turn/torso-twist mech template on keypress
Diffstat (limited to 'public/index.html')
-rw-r--r-- | public/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/public/index.html b/public/index.html index 9db6c80..f4b28a9 100644 --- a/public/index.html +++ b/public/index.html @@ -234,6 +234,7 @@ <button type="button" class="set-grenade"> <img src="assets/images/icon_grenade.png" height="12" /> </button> + <button type="button" class="set-mech-template">M</button> </span> </div> |