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-30 12:37:29 -0700 |
---|---|---|
committer | Catalin Mititiuc <webdevcat@proton.me> | 2024-05-30 12:37:29 -0700 |
commit | 981cc566f05a2c517aef8657bad605477d519b48 (patch) | |
tree | c62ad253b23b6437a198833e4bf8324867529014 /public | |
parent | 51974436fff22bcd2c37471351165179bb5daa23 (diff) |
WIP: put all svg refs in scenario file at build time
Diffstat (limited to 'public')
-rw-r--r-- | public/assets/images/scenario-dragon_hunting.svg | 2 | ||||
-rw-r--r-- | public/assets/images/scenario-side_show.svg | 2 | ||||
-rw-r--r-- | public/index.html | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/public/assets/images/scenario-dragon_hunting.svg b/public/assets/images/scenario-dragon_hunting.svg index 9a41451..4443568 100644 --- a/public/assets/images/scenario-dragon_hunting.svg +++ b/public/assets/images/scenario-dragon_hunting.svg @@ -232,6 +232,6 @@ <g class="grid"/> </g> - <script href="../../import_external_resources.js"/> + <!-- <script href="../../import_external_resources.js"/> --> <script data-cols="33" data-rows="77" href="../../map.js"/> </svg> diff --git a/public/assets/images/scenario-side_show.svg b/public/assets/images/scenario-side_show.svg index c95b0f1..b9d89c2 100644 --- a/public/assets/images/scenario-side_show.svg +++ b/public/assets/images/scenario-side_show.svg @@ -2018,6 +2018,6 @@ </g> </g> <!-- <script href="http://localhost:8080/map.js"/> --> - <script href="../../import_external_resources.js"/> + <!-- <script href="../../import_external_resources.js"/> --> <script href="../../map.js"/> </svg> diff --git a/public/index.html b/public/index.html index 7ab9f15..c30ac99 100644 --- a/public/index.html +++ b/public/index.html @@ -227,13 +227,13 @@ <label> Load scenario: <select> - <option value="scenario-side_show">BattleTroops Scenario 1: Side Show</option> + <!-- <option value="scenario-side_show">BattleTroops Scenario 1: Side Show</option> <option value="scenario-dragon_hunting">BattleTroops Scenario 2: Dragon Hunting</option> <option value="scenario-race_against_time">BattleTroops Scenario 3: Race Against Time</option> <option value="map4">Test</option> <option value="contour-lines">Contour Lines</option> <option value="pendle">Pendle</option> - <option value="10-simplex_t03">10-simplex family polytope graph, in A10 Coxeter plane</option> + <option value="10-simplex_t03">10-simplex family polytope graph, in A10 Coxeter plane</option> --> </select> </label> </p> |