mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-16 17:31:24 +01:00
Friendly text on latitude cell info (#1125)
* Friendly text on latitude cell info - Added function getLatitudeDescription(latitude) - Added the text to infoLat on cell info. * refactored, renamed to getGeozone * v1.103 on commonUtils.js
This commit is contained in:
parent
473b62b3eb
commit
168203f7da
3 changed files with 20 additions and 5 deletions
|
|
@ -12,7 +12,7 @@
|
|||
*
|
||||
* Example: 1.102.0 -> Major version 1, Minor version 102, Patch version 0
|
||||
*/
|
||||
const VERSION = "1.102.0";
|
||||
const VERSION = "1.103.0";
|
||||
|
||||
{
|
||||
document.title += " v" + VERSION;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue