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_template.svg | |
parent | 9c537765ae4feeaeccaafa306bd59c310ca26bf4 (diff) |
Build scenarios from data in SVG files
Diffstat (limited to 'public/assets/images/scenario_template.svg')
-rw-r--r-- | public/assets/images/scenario_template.svg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/public/assets/images/scenario_template.svg b/public/assets/images/scenario_template.svg index 48c6dfc..01fb328 100644 --- a/public/assets/images/scenario_template.svg +++ b/public/assets/images/scenario_template.svg @@ -2,6 +2,7 @@ <svg xmlns="http://www.w3.org/2000/svg" viewBox="-10 -10 200 300"> <link xmlns="http://www.w3.org/1999/xhtml" rel="stylesheet" href="../css/radial.css" type="text/css" /> <link xmlns="http://www.w3.org/1999/xhtml" rel="stylesheet" href="../css/map.css" type="text/css" /> + <defs> <polygon id="hex" points="0,10 8.66,5 8.66,-5 0,-10 -8.66,-5 -8.66,5"/> |