mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-22 03:51:23 +01:00
feat: add join route functionality to routes editor
This commit is contained in:
parent
41354a857e
commit
432bc8bf09
2 changed files with 17 additions and 3 deletions
|
|
@ -2937,6 +2937,11 @@
|
|||
data-tip="Create a new route selecting route cells"
|
||||
class="icon-map-pin"
|
||||
></button>
|
||||
<button
|
||||
id="routeJoin"
|
||||
data-tip="Click on control point to join the route to another route that starts or ends there"
|
||||
class="icon-link"
|
||||
></button>
|
||||
<button
|
||||
id="routeSplit"
|
||||
data-tip="Click on a control point to split the route there"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue