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-25 12:25:44 -0700 |
---|---|---|
committer | Catalin Mititiuc <webdevcat@proton.me> | 2024-07-25 12:25:44 -0700 |
commit | f1d67663dab2fd084c7e3996a83d17e9a6c5e037 (patch) | |
tree | 9b084d52077dc518f67c831e73d6bbeacc6ba548 /public/assets/images/scenario_template.svg | |
parent | 37b05156c6024926cee7cbf6afc84759f78c8e36 (diff) |
WIP: add multiple counters to troopers and cells
Diffstat (limited to 'public/assets/images/scenario_template.svg')
-rw-r--r-- | public/assets/images/scenario_template.svg | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/public/assets/images/scenario_template.svg b/public/assets/images/scenario_template.svg index efd6c8e..ad7cba3 100644 --- a/public/assets/images/scenario_template.svg +++ b/public/assets/images/scenario_template.svg @@ -28,11 +28,11 @@ <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"/> + <image href="counter_grenade2.svg" 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"/> + <image href="counter_prone2.svg" width="10"/> </g> <g id="counter-basement"> <rect x="0" y="0" width="10" height="10" fill="beige" stroke="black" stroke-width="0.5"/> @@ -63,6 +63,6 @@ </g> <g class="grid"/> - <g class="pieces"/> + <g class="grid-top"/> </g> </svg> |