mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 01:41:22 +01:00
fix height modify
This commit is contained in:
parent
d177d79760
commit
f57a72d764
2 changed files with 3 additions and 3 deletions
2
main.js
2
main.js
|
|
@ -2,7 +2,7 @@
|
|||
// https://github.com/Azgaar/Fantasy-Map-Generator
|
||||
|
||||
"use strict";
|
||||
const version = "1.651"; // generator version1
|
||||
const version = "1.652"; // generator version1
|
||||
document.title += " v" + version;
|
||||
|
||||
// Switches to disable/enable logging features
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue