mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-22 03:51:23 +01:00
feat: route - generate names
This commit is contained in:
parent
865c10cec6
commit
6936f37f9f
3 changed files with 166 additions and 37 deletions
|
|
@ -2899,15 +2899,10 @@
|
|||
<div id="routeEditor" class="dialog" style="display: none">
|
||||
<div id="routeBody" style="padding-bottom: 0.3em">
|
||||
<div>
|
||||
<div class="label" style="width: 4.8em">Name:</div>
|
||||
<span
|
||||
id="routeNameCulture"
|
||||
data-tip="Generate culture-specific name for the route"
|
||||
class="icon-book pointer"
|
||||
></span>
|
||||
<span id="routeNameRandom" data-tip="Generate random name for the route" class="icon-globe pointer"></span>
|
||||
<div class="label">Name:</div>
|
||||
<input id="routeName" data-tip="Type to rename the route" autocorrect="off" spellcheck="false" />
|
||||
<span data-tip="Speak the name. You can change voice and language in options" class="speaker">🔊</span>
|
||||
<span id="routeGenerateName" data-tip="Generate route name" class="icon-globe pointer"></span>
|
||||
</div>
|
||||
|
||||
<div data-tip="Select route group">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue