markers - generate from config file

This commit is contained in:
Dranorter 2021-10-06 17:02:46 -04:00
parent 85839f1d47
commit e12e37a24d
6 changed files with 215 additions and 133 deletions

View file

@ -2,6 +2,7 @@
// https://github.com/Azgaar/Fantasy-Map-Generator
"use strict";
// TODO: pump version to 1.7
const version = "1.662"; // generator version
document.title += " v" + version;