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-15 18:08:24 -0700 |
---|---|---|
committer | Catalin Mititiuc <webdevcat@proton.me> | 2024-05-15 18:08:24 -0700 |
commit | 021b8d3a9a25b751180781b000696841da83e0b1 (patch) | |
tree | b67f6b727ed90a2fe3e7030195bbf720d7ba7e7b /public/assets | |
parent | bd31e3e4a64775d3e2ea2efeb5b2122e384b30e3 (diff) |
Apply styles and map script to manually loaded files
Diffstat (limited to 'public/assets')
-rw-r--r-- | public/assets/css/style.css | 1 | ||||
-rw-r--r-- | public/assets/images/map1.svg | 4 | ||||
-rw-r--r-- | public/assets/images/map2.svg | 2 | ||||
-rw-r--r-- | public/assets/images/map3.svg | 2 | ||||
-rw-r--r-- | public/assets/images/map4.svg | 2 |
5 files changed, 6 insertions, 5 deletions
diff --git a/public/assets/css/style.css b/public/assets/css/style.css index 91ef42c..2888841 100644 --- a/public/assets/css/style.css +++ b/public/assets/css/style.css @@ -378,6 +378,7 @@ img.logo { .map-placeholder { position: absolute; + user-select: none; } input[type="file"] { diff --git a/public/assets/images/map1.svg b/public/assets/images/map1.svg index fe2da24..04ca8a9 100644 --- a/public/assets/images/map1.svg +++ b/public/assets/images/map1.svg @@ -1,6 +1,6 @@ <?xml version="1.0" standalone="no"?> <svg viewBox="-18 -150 2320 3360" 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="/assets/css/map.css" type="text/css"/> --> <style> g[data-edge="north"] { --i: -2; } g[data-edge="south"] { --i: 52; } @@ -1935,5 +1935,5 @@ </g> </g> </g> - <script href="../../map.js"></script> + <script></script> </svg> diff --git a/public/assets/images/map2.svg b/public/assets/images/map2.svg index 64be1d3..04f0a10 100644 --- a/public/assets/images/map2.svg +++ b/public/assets/images/map2.svg @@ -91,5 +91,5 @@ </g> <g class="grid"/> </g> - <script href="../../map.js" data-cols="33" data-rows="77"></script> + <script data-cols="33" data-rows="77"></script> </svg> diff --git a/public/assets/images/map3.svg b/public/assets/images/map3.svg index e2a92a8..171e2c9 100644 --- a/public/assets/images/map3.svg +++ b/public/assets/images/map3.svg @@ -88,5 +88,5 @@ </g> <g class="grid"/> </g> - <script href="../../map.js" data-cols="33" data-rows="25"></script> + <script data-cols="33" data-rows="25"></script> </svg> diff --git a/public/assets/images/map4.svg b/public/assets/images/map4.svg index 8911ca7..d5c3326 100644 --- a/public/assets/images/map4.svg +++ b/public/assets/images/map4.svg @@ -86,5 +86,5 @@ <g class="grid"/> </g> - <script href="../../map.js" data-cols="33" data-rows="50"></script> + <script data-cols="33" data-rows="50"></script> </svg> |