index : btroops | |
Virtual board game-aid for BattleTroops, an infantry combat simulator wargame published by FASA in 1989. |
aboutsummaryrefslogtreecommitdiff |
diff options
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> |