Edit some counters

This commit is contained in:
2025-06-16 22:41:33 -07:00
parent 6f292102e4
commit afd0ff2f6a
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>