mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 09:41:24 +01:00
Nautical mile option in Units-Editor (#1059)
* Nautical mile option in Units-Editor In Distance --> Distance Unit. * adding nautical league The distance 5.556 km = 1 league, is put on the nautical league and used the English land league 4.828 to differentiate both units. * Update versioning.js changed 1.97.02 to 1.97.03 * fix in versioning and index.html * writing ver 1.97.03 in hopes of fixing the version conflict * increasing ver 1.97.05 to fix --------- Co-authored-by: Azgaar <maxganiev@yandex.com>
This commit is contained in:
parent
af927ed345
commit
73e9d222ae
3 changed files with 9 additions and 5 deletions
|
|
@ -5149,6 +5149,8 @@
|
|||
<option value="km">Kilometer (km)</option>
|
||||
<option value="lg">League (lg)</option>
|
||||
<option value="vr">Versta (vr)</option>
|
||||
<option value="nmi">Nautical mile (nmi)</option>
|
||||
<option value="nlg">Nautical league (nlg)</option>
|
||||
<option value="custom_name">Custom name</option>
|
||||
</select>
|
||||
</div>
|
||||
|
|
@ -8057,7 +8059,7 @@
|
|||
<script defer src="modules/ui/style.js?v=1.96.00"></script>
|
||||
<script defer src="modules/ui/editors.js?v=1.97.00"></script>
|
||||
<script defer src="modules/ui/tools.js?v=1.96.03"></script>
|
||||
<script defer src="modules/ui/world-configurator.js?v=1.91.05"></script>
|
||||
<script defer src="modules/ui/world-configurator.js?v=1.98.00"></script>
|
||||
<script defer src="modules/ui/heightmap-editor.js?v=1.96.00"></script>
|
||||
<script defer src="modules/ui/provinces-editor.js?v=1.96.00"></script>
|
||||
<script defer src="modules/ui/biomes-editor.js?v=1.91.05"></script>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue