mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-22 03:51:23 +01:00
feat: routes - change data format, fix issues
This commit is contained in:
parent
077248e4d9
commit
19723bd513
8 changed files with 260 additions and 243 deletions
|
|
@ -3010,8 +3010,8 @@
|
|||
</div>
|
||||
|
||||
<div id="routeCreator" class="dialog" style="display: none">
|
||||
<div>Click on map to add/remove route cells</div>
|
||||
<ol id="routeCreatorBody" class="table" style="margin: 0; padding: 0.3em 0 0.3em 2em"></ol>
|
||||
<div>Click on map to add/remove route points</div>
|
||||
<div id="routeCreatorBody" class="table" style="margin: 0.3em 0"></div>
|
||||
<div id="routeCreatorBottom">
|
||||
<button id="routeCreatorComplete" data-tip="Complete route creation" class="icon-check"></button>
|
||||
<button id="routeCreatorCancel" data-tip="Cancel the creation" class="icon-cancel"></button>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue