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-06-28 09:22:10 -0700 |
---|---|---|
committer | Catalin Mititiuc <webdevcat@proton.me> | 2024-06-28 09:22:10 -0700 |
commit | 578b42fbcfa15661bbaa36f99e7513cffbd20780 (patch) | |
tree | d863d33fc51a46ec8abfa42e9ad08f8ffe740d11 /public/assets/images | |
parent | 7364c01efe774b4f48a3f6c32a2648dab028b6b4 (diff) |
Fix vectorAdd calculation; draw grid hexes after buildings
Diffstat (limited to 'public/assets/images')
-rw-r--r-- | public/assets/images/scenario_template.svg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/assets/images/scenario_template.svg b/public/assets/images/scenario_template.svg index dc387bb..20798a9 100644 --- a/public/assets/images/scenario_template.svg +++ b/public/assets/images/scenario_template.svg @@ -1,8 +1,8 @@ <?xml version="1.0" standalone="no"?> <svg viewBox="-10 -10 200 300" xmlns="http://www.w3.org/2000/svg"> - <link xmlns="http://www.w3.org/1999/xhtml" rel="stylesheet" href="../css/map.css" type="text/css" /> <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" /> <style> #background { stroke: #304b75; |