mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 01:41:22 +01:00
layers state fix
This commit is contained in:
parent
6a1f17b597
commit
7b272839a1
6 changed files with 76 additions and 66 deletions
5
main.js
5
main.js
|
|
@ -11,8 +11,9 @@ const version = "1.5"; // generator version
|
|||
document.title += " v" + version;
|
||||
|
||||
// Switches to disable/enable logging features
|
||||
const INFO = 1;
|
||||
const TIME = 1;
|
||||
const PRODUCTION = window.location.host;
|
||||
const INFO = !PRODUCTION;
|
||||
const TIME = !PRODUCTION;
|
||||
const WARN = 1;
|
||||
const ERROR = 1;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue