mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 01:41:22 +01:00
v1.5.8 - update river data on map load
This commit is contained in:
parent
fbec08f982
commit
49b9895b0b
3 changed files with 21 additions and 4 deletions
2
main.js
2
main.js
|
|
@ -2,7 +2,7 @@
|
|||
// https://github.com/Azgaar/Fantasy-Map-Generator
|
||||
|
||||
"use strict";
|
||||
const version = "1.5"; // generator version
|
||||
const version = "1.59"; // generator version
|
||||
document.title += " v" + version;
|
||||
|
||||
// Switches to disable/enable logging features
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue