mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-22 12:01:23 +01:00
feat: routes editor - split route
This commit is contained in:
parent
cd45c3a01b
commit
41354a857e
5 changed files with 154 additions and 55 deletions
|
|
@ -2937,6 +2937,11 @@
|
|||
data-tip="Create a new route selecting route cells"
|
||||
class="icon-map-pin"
|
||||
></button>
|
||||
<button
|
||||
id="routeSplit"
|
||||
data-tip="Click on a control point to split the route there"
|
||||
class="icon-unlink"
|
||||
></button>
|
||||
<button
|
||||
id="routeElevationProfile"
|
||||
data-tip="Show the elevation profile for the route"
|
||||
|
|
@ -8120,6 +8125,7 @@
|
|||
<script src="utils/stringUtils.js"></script>
|
||||
<script src="utils/languageUtils.js"></script>
|
||||
<script src="utils/unitUtils.js?v=1.87.00"></script>
|
||||
<script defer src="utils/debugUtils.js"></script>
|
||||
|
||||
<script src="modules/voronoi.js"></script>
|
||||
<script src="config/heightmap-templates.js"></script>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue