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/assets/images/scenario_template.svg | |
parent | 5fc598cdd15be3d8dd856997af2b1f68f774162c (diff) |
Edit some counters
Diffstat (limited to 'public/assets/images/scenario_template.svg')
-rw-r--r-- | public/assets/images/scenario_template.svg | 30 |
1 files changed, 24 insertions, 6 deletions
diff --git a/public/assets/images/scenario_template.svg b/public/assets/images/scenario_template.svg index 964e80f..efd6c8e 100644 --- a/public/assets/images/scenario_template.svg +++ b/public/assets/images/scenario_template.svg @@ -26,12 +26,30 @@ <use x="8.66" y="15" transform="rotate(60 8.66 15)" href="#ast-line"/> </pattern> - <image id="counter-grenade" href="counter_grenade.png" width="10"/> - <image id="counter-prone" href="counter_prone.png" width="10"/> - <image id="counter-basement" href="counter_basement.png" width="10"/> - <image id="counter-1st-floor" href="counter_1st_floor.png" width="10"/> - <image id="counter-2nd-floor" href="counter_2nd_floor.png" width="10"/> - <image id="counter-3rd-floor" href="counter_3rd_floor.png" width="10"/> + <g id="counter-grenade"> + <rect x="0" y="0" width="10" height="10" fill="beige" stroke="black" stroke-width="0.5"/> + <image href="counter_grenade.png" width="10"/> + </g> + <g id="counter-prone"> + <rect x="0" y="0" width="10" height="10" fill="beige" stroke="black" stroke-width="0.5"/> + <image href="counter_prone.png" width="10"/> + </g> + <g id="counter-basement"> + <rect x="0" y="0" width="10" height="10" fill="beige" stroke="black" stroke-width="0.5"/> + <image href="counter_basement.png" width="10"/> + </g> + <g id="counter-1st-floor"> + <rect x="0" y="0" width="10" height="10" fill="beige" stroke="black" stroke-width="0.5"/> + <image href="counter_1st_floor.png" width="10"/> + </g> + <g id="counter-2nd-floor"> + <rect x="0" y="0" width="10" height="10" fill="beige" stroke="black" stroke-width="0.5"/> + <image href="counter_2nd_floor.png" width="10"/> + </g> + <g id="counter-3rd-floor"> + <rect x="0" y="0" width="10" height="10" fill="beige" stroke="black" stroke-width="0.5"/> + <image href="counter_3rd_floor.png" width="10"/> + </g> </defs> <g class="gameboard" data-view-elevation="0"> |