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-25 12:25:44 -0700 |
---|---|---|
committer | Catalin Mititiuc <webdevcat@proton.me> | 2024-07-25 12:25:44 -0700 |
commit | f1d67663dab2fd084c7e3996a83d17e9a6c5e037 (patch) | |
tree | 9b084d52077dc518f67c831e73d6bbeacc6ba548 /public/index.html | |
parent | 37b05156c6024926cee7cbf6afc84759f78c8e36 (diff) |
WIP: add multiple counters to troopers and cells
Diffstat (limited to 'public/index.html')
-rw-r--r-- | public/index.html | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/public/index.html b/public/index.html index 562c3a2..c565a71 100644 --- a/public/index.html +++ b/public/index.html @@ -234,12 +234,6 @@ <button type="button" class="set-mech-template">Mech</button> </span> <div class="counters-list"> - <!--<img src="assets/images/counter_grenade.png" />--> - <!--<img src="assets/images/counter_prone.png" />--> - <!--<img src="assets/images/counter_basement.png" />--> - <!--<img src="assets/images/counter_1st_floor.png" />--> - <!--<img src="assets/images/counter_2nd_floor.png" />--> - <!--<img src="assets/images/counter_3rd_floor.png" />--> <button type="button" class="grenade"> <img src="assets/images/icon_grenade.png" height="12" /> </button> |