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-12 18:27:18 -0700 |
---|---|---|
committer | Catalin Mititiuc <webdevcat@proton.me> | 2024-07-12 18:27:18 -0700 |
commit | 5465a0741a075de714053e7196adf8492272877c (patch) | |
tree | 149f08f0243f89263bac40a8ba84550b1652bbed /public/assets/images/scenario-dragon_hunting.svg | |
parent | 9c537765ae4feeaeccaafa306bd59c310ca26bf4 (diff) |
Build scenarios from data in SVG files
Diffstat (limited to 'public/assets/images/scenario-dragon_hunting.svg')
-rw-r--r-- | public/assets/images/scenario-dragon_hunting.svg | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/public/assets/images/scenario-dragon_hunting.svg b/public/assets/images/scenario-dragon_hunting.svg index 8a2186e..5298b74 100644 --- a/public/assets/images/scenario-dragon_hunting.svg +++ b/public/assets/images/scenario-dragon_hunting.svg @@ -1,10 +1,12 @@ -<?xml version="1.0" standalone="yes"?> +<?xml version="1.0" standalone="no"?> <svg xmlns="http://www.w3.org/2000/svg" viewBox="-10 -10 200 300"> <g class="gameboard"> <g class="grid"> - <use class="mapsheet2" href="mapsheets.svg#mapsheet2"/> - <use class="mapsheet1" href="mapsheets.svg#mapsheet1"/> - <use class="mapsheet3" href="mapsheets.svg#mapsheet3"/> + <g class="mapsheets"> + <g><use class="mapsheet2" href="mapsheets.svg#mapsheet2"/></g> + <g><use class="mapsheet1" href="mapsheets.svg#mapsheet1"/></g> + <g><use class="mapsheet3" href="mapsheets.svg#mapsheet3"/></g> + </g> </g> <g class="start-locations" data-attacker-name="liao" data-defender-name="davion"> |