mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 17:51:24 +01:00
v1.5.11 - moving version to 1.5
This commit is contained in:
parent
5edbd1e881
commit
dc3dbe9881
2 changed files with 9 additions and 13 deletions
|
|
@ -32,8 +32,8 @@
|
|||
#loading-text span:nth-child(3), #mapOverlay > span:nth-child(3) {animation-delay: 2s;}
|
||||
@keyframes blink {0% {opacity: 0;} 20% {opacity: 1;} 100% {opacity: .1;}}
|
||||
</style>
|
||||
<link rel="stylesheet" href="index.css?version=1.4">
|
||||
<link rel="stylesheet" href="icons.css?version=1.4">
|
||||
<link rel="stylesheet" href="index.css?version=1.5">
|
||||
<link rel="stylesheet" href="icons.css?version=1.5">
|
||||
<link rel="stylesheet" href="libs/jquery-ui.css">
|
||||
</head>
|
||||
<body>
|
||||
|
|
@ -893,7 +893,7 @@
|
|||
<div id="loading">
|
||||
<div id="titleName"><t data-t="titleName">Azgaar's</t></div>
|
||||
<div id="title"><t data-t="title">Fantasy Map Generator</t></div>
|
||||
<div id="version"><t data-t="version">v. </t>1.4</div>
|
||||
<div id="version"><t data-t="version">v. </t>1.5</div>
|
||||
<p id="loading-text"><t data-t="loading">LOADING</t><span>.</span><span>.</span><span>.</span></p>
|
||||
</div>
|
||||
|
||||
|
|
@ -4495,7 +4495,7 @@
|
|||
<script defer src="modules/ui/style.js"></script>
|
||||
<script defer src="modules/ui/measurers.js"></script>
|
||||
<script defer src="modules/save-and-load.js"></script>
|
||||
<script defer src="main.js?version=1.4"></script>
|
||||
<script defer src="main.js?version=1.5"></script>
|
||||
<script defer src="modules/relief-icons.js"></script>
|
||||
<script defer src="modules/ui/tools.js"></script>
|
||||
<script defer src="modules/ui/world-configurator.js"></script>
|
||||
|
|
|
|||
14
main.js
14
main.js
|
|
@ -7,7 +7,7 @@
|
|||
// See also https://github.com/Azgaar/Fantasy-Map-Generator/issues/153
|
||||
|
||||
"use strict";
|
||||
const version = "1.4"; // generator version
|
||||
const version = "1.5"; // generator version
|
||||
document.title += " v" + version;
|
||||
|
||||
// Switches to disable/enable logging features
|
||||
|
|
@ -353,14 +353,10 @@ function showWelcomeMessage() {
|
|||
This version is compatible with ${changelog}, loaded <i>.map</i> files will be auto-updated.
|
||||
|
||||
<ul>${post}
|
||||
<li>Military forces changes (${link("https://github.com/Azgaar/Fantasy-Map-Generator/wiki/Military-Forces", "detailed description")})</li>
|
||||
<li>Battle simulation (${link("https://github.com/Azgaar/Fantasy-Map-Generator/wiki/Battle-Simulator", "detailed description")})</li>
|
||||
<li>Ice layer and Ice editor</li>
|
||||
<li>Route and River Elevation profile (by EvolvedExperiment)</li>
|
||||
<li>Image Converter enhancement</li>
|
||||
<li>Name generator improvement</li>
|
||||
<li>Improved integration with City Generator</li>
|
||||
<li>Fogging restyle</li>
|
||||
<li>Emblems generation</li>
|
||||
<li>Emblem editor</li>
|
||||
<li>Burg editor screen update</li>
|
||||
<li>Speak name functionality</li>
|
||||
</ul>
|
||||
|
||||
<p>You can can also download a ${desktop}.</p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue