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-05-28 14:45:20 -0700 |
---|---|---|
committer | Catalin Mititiuc <webdevcat@proton.me> | 2024-05-28 14:45:20 -0700 |
commit | e8fbe161e473a949f776f89d94e9816a64cd3114 (patch) | |
tree | 5def4f8e9e499d3280bc83c5f23edd642850193c /public/assets/images/scenario-race_against_time.svg | |
parent | a34cd1a5414eec5a059c5f20a3940bf4ef6b977e (diff) |
Import mapsheets.svg
Diffstat (limited to 'public/assets/images/scenario-race_against_time.svg')
-rw-r--r-- | public/assets/images/scenario-race_against_time.svg | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/public/assets/images/scenario-race_against_time.svg b/public/assets/images/scenario-race_against_time.svg index 93685d4..38be9fb 100644 --- a/public/assets/images/scenario-race_against_time.svg +++ b/public/assets/images/scenario-race_against_time.svg @@ -1,6 +1,7 @@ <?xml version="1.0" standalone="no"?> <svg viewBox="-15.639999389648438 -129.2300262451172 2320.879638671875 1751.5654296875" xmlns="http://www.w3.org/2000/svg"> - <link xmlns="http://www.w3.org/1999/xhtml" rel="stylesheet" href="http://localhost:8080/assets/css/map.css" type="text/css" /> + <!-- <link xmlns="http://www.w3.org/1999/xhtml" rel="stylesheet" href="http://localhost:8080/assets/css/map.css" type="text/css" /> --> + <link xmlns="http://www.w3.org/1999/xhtml" rel="stylesheet" href="../css/map.css" type="text/css" /> <style> g[data-edge="north"] { --i: -2; } g[data-edge="south"] { --i: 26; } @@ -60,7 +61,8 @@ <rect id="background"/> <g class="gameboard"> - <use href="http://localhost:8080/assets/images/mapsheets.svg#map4"/> + <!-- <use href="http://localhost:8080/assets/images/mapsheets.svg#map4"/> --> + <use data-href="mapsheets.svg#map4"/> <rect id="dots" fill="url(#asterisk)"/> @@ -120,5 +122,6 @@ <g class="grid"/> </g> - <script data-cols="33" data-rows="25" href="http://localhost:8080/map.js"/> + <script href="../../import_mapsheets.js"/> + <script data-cols="33" data-rows="25" href="../../map.js"/> </svg> |