Edit some counters

This commit is contained in:
2024-07-23 20:20:00 -07:00
parent 5fc598cdd1
commit 37b05156c6
13 changed files with 39 additions and 11 deletions

View File

@@ -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>