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-23 20:20:00 -0700 |
---|---|---|
committer | Catalin Mititiuc <webdevcat@proton.me> | 2024-07-23 20:20:00 -0700 |
commit | 37b05156c6024926cee7cbf6afc84759f78c8e36 (patch) | |
tree | d7c44d4327f7578a8a95b9c0915d4771cf0c36be /public/index.html | |
parent | 5fc598cdd15be3d8dd856997af2b1f68f774162c (diff) |
Edit some counters
Diffstat (limited to 'public/index.html')
-rw-r--r-- | public/index.html | 20 |
1 files changed, 15 insertions, 5 deletions
diff --git a/public/index.html b/public/index.html index dcaad12..562c3a2 100644 --- a/public/index.html +++ b/public/index.html @@ -243,11 +243,21 @@ <button type="button" class="grenade"> <img src="assets/images/icon_grenade.png" height="12" /> </button> - <button type="button" class="prone">Prone</button> - <button type="button" class="basement">Bsmnt</button> - <button type="button" class="1st-floor">1st Flr</button> - <button type="button" class="2nd-floor">2nd Flr</button> - <button type="button" class="3rd-floor">3rd Flr</button> + <button type="button" class="prone"> + <img src="assets/images/icon_prone.png" height="12" /> + </button> + <button type="button" class="basement"> + <img src="assets/images/icon_basement.png" height="12" /> + </button> + <button type="button" class="1st-floor"> + <img src="assets/images/icon_1st_floor.png" height="12" /> + </button> + <button type="button" class="2nd-floor"> + <img src="assets/images/icon_2nd_floor.png" height="12" /> + </button> + <button type="button" class="3rd-floor"> + <img src="assets/images/icon_3rd_floor.png" height="12" /> + </button> </div> </div> |